ldnh0112

ldnh梁一菲  •  1天前


include <bits/stdc++.h>

using namespace std;

int main() {

int N, M;
cin >> N >> M;
for (int i = 1; i <= M; i++) {
	N = N / 2;
}
    cout << N ;
return 0;

}


评论:

请先登录,才能进行评论