Problem | 3nplus1 |
---|---|
User | ChessyBoy |
Submission Time | 2024-04-05 13:50:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:3:6: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | scanf("enter number",&a)
| ^
3nplus1.cpp:9:2: error: expected unqualified-id before ‘if’
9 | if(a/2==0){
| ^~
3nplus1.cpp:14:1: error: expected unqualified-id before ‘return’
14 | return 0;
| ^~~~~~