# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
222535 | 2020-04-13T09:02:44 Z | errorgorn | Popcount (COCI19_popcount) | Python 3 | 27 ms | 3308 KB |
n,k=map(int,input().split(" ")) print(1) st="A=" for i in range(0,k): st+="((A>>"+str(i)+")&1)+" st=st[:-1] print(st)
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 27 ms | 3308 KB | Wrong answer. |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 26 ms | 3300 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 | 25 ms | 3308 KB | Wrong command format. |
2 | Halted | 0 ms | 0 KB | - |