| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1282021 | oji | if-else 문 1 (BSC_0_8) | C++20 | 1 ms | 572 KiB | 
#include<bits/stdc++.h>
using namespace std;
int main(){
    int a;
    cin >> a;
    if(a == 0){
        cout <<"zero"<<endl;
    }else if(a >0){
        cout<<"nonzero" <<endl;
    }
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
