n,k=map(int,input().split(" "))
print(1)
for i in range(1,k+1):
print("A=A+(A>>"+str(i)+")&1)-(A&"+str(2**i)+")")
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
33 ms |
3436 KB |
Wrong command format. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
25 ms |
3308 KB |
Incorrect number of commands. |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
24 ms |
3308 KB |
Incorrect number of commands. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
25 ms |
3308 KB |
Incorrect number of commands. |
2 |
Halted |
0 ms |
0 KB |
- |