Problem exam
User ArianneLim
Submission Time 2024-06-18 10:54:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:8:2: error: expected unqualified-id before ‘if’
8 | if (x=1){
| ^~
exam.cpp:11:2: error: expected unqualified-id before ‘else’
11 | else{
| ^~~~
exam.cpp:15:9: error: expected unqualified-id before ‘return’
15 | return 0;
| ^~~~~~
exam.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^