# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1204637 | dzuizz | if-else 문 1 (BSC_0_8) | C++20 | 0 ms | 328 KiB |
#include <cstdio>
int main(){
int n; scanf("%d",&n);
printf(n?"nonzero\n":"zero\n");
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |