Problem exam
User solomon
Submission Time 2026-06-28 10:14:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: expected primary-expression before ‘if’
5 | if (x == 1){
| ^~
exam.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | else{
| ^~~~