Problem | exam |
---|---|
User | prxya |
Submission Time | 2023-11-08 11:03:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:4:1: error: expected unqualified-id before ‘if’
4 | if (x=1) {
| ^~
exam.cpp:7:2: error: expected unqualified-id before ‘return’
7 | return 0;
| ^~~~~~
exam.cpp:9:1: error: expected unqualified-id before ‘if’
9 | if (number < 0) {
| ^~