답안 #222500

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
222500 2020-04-13T08:26:23 Z shenxy Popcount (COCI19_popcount) Python 3
0 / 110
25 ms 3428 KB
N, K = input().split()
print(int(N) - 1)
for i in range(1, int(N)):
	print("A=(A+(A&(0-(1<<%d))))" % (i))
# 결과 실행 시간 메모리 Grader output
1 Incorrect 24 ms 3308 KB Wrong answer.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 25 ms 3428 KB Incorrect number of commands.
# 결과 실행 시간 메모리 Grader output
1 Correct 24 ms 3308 KB Accepted.
2 Incorrect 24 ms 3308 KB Incorrect number of commands.
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 24 ms 3420 KB Incorrect number of commands.
2 Halted 0 ms 0 KB -