# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
222575 | 2020-04-13T11:10:04 Z | errorgorn | Popcount (COCI19_popcount) | Python 3 | 27 ms | 3308 KB |
n,k=map(int,input().split(" ")) print(k) for i in range(1,k+1): print("A=(A+(A>>"+str(i)+")&1))-(A&"+str(2**i)+")")
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 25 ms | 3308 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 27 ms | 3308 KB | Wrong command format. |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 ms | 3308 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 ms | 3308 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |