# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
758482 | 2023-06-14T16:29:58 Z | Block_Cipher | if-else 문 1 (BSC_0_8) | Python 3 | 15 ms | 2772 KB |
s = input() if s=='0': print('zero') else: print('nonzero')
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 15 ms | 2772 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |