Problem | 3nplus1 |
---|---|
User | Um |
Submission Time | 2023-04-28 18:57:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:5:1: error: expected unqualified-id before ‘if’
5 | if (n==int){
| ^~
3nplus1.cpp:9:1: error: expected unqualified-id before ‘else’
9 | else{
| ^~~~
3nplus1.cpp:13:2: error: expected unqualified-id before ‘return’
13 | return 0;
| ^~~~~~
3nplus1.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^