# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
758483 | 2023-06-14T16:31:46 Z | Block_Cipher | if-else 문 1 (BSC_0_8) | Python 3 | 13 ms | 2772 KB |
s = input() if s=='0' or s=='zero': print('zero') else: print('nonzero')
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 2772 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |