# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
222578 | 2020-04-13T11:10:54 Z | errorgorn | Popcount (COCI19_popcount) | Python 3 | 30 ms | 3436 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 | 24 ms | 3308 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 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 | 30 ms | 3436 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |