답안 #222572

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
222572 2020-04-13T11:08:42 Z errorgorn Popcount (COCI19_popcount) Python 3
0 / 110
33 ms 3436 KB
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 -