# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
23481 | 2017-05-10T04:17:57 Z | TAMREF | if-else 문 1 (BSC_0_8) | Python 3 | 36 ms | 3 KB |
print("zero" if input()=="0" else "nonzero")
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 36 ms | 3 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |