# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
758482 | Block_Cipher | if-else 문 1 (BSC_0_8) | Cpython 3 | 15 ms | 2772 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
s = input()
if s=='0':
print('zero')
else:
print('nonzero')
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |