# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
657136 | pbhat | if-else 문 1 (BSC_0_8) | Cpython 3 | 15 ms | 2808 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.
n = int(input())
if n == 0:
print("zero")
else:
print("nonzero")
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |