Problem exam
User adammmamammamamamaamamam
Submission Time 2023-03-02 18:21:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:4:2: error: expected unqualified-id before ‘if’
4 | if (x=1){
| ^~
exam.cpp:7:2: error: expected unqualified-id before ‘else’
7 | else{
| ^~~~
exam.cpp:11:1: error: expected declaration before ‘}’ token
11 | }
| ^