# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
758483 | Block_Cipher | if-else 문 1 (BSC_0_8) | Cpython 3 | 13 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' or s=='zero':
print('zero')
else:
print('nonzero')
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |