| Problem | div3 |
|---|---|
| User | ilovepythonandhatecplusplus |
| Submission Time | 2025-07-18 15:27:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
div3.cpp:3:3: error: ‘cin’ does not name a type; did you mean ‘sin’?
3 | cin>>n;
| ^~~
| sin
div3.cpp:4:3: error: expected unqualified-id before ‘if’
4 | if (n%3==0){
| ^~
div3.cpp:6:4: error: expected unqualified-id before ‘else’
6 | }else{cout<<"NO";}
| ^~~~
div3.cpp:7:1: error: expected declaration before ‘}’ token
7 | }
| ^