# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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')
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 2772 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |