Problem exam
User Rcrc
Submission Time 2026-08-18 09:54:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:6:3: error: expected unqualified-id before ‘if’
6 | if (x==1) {
| ^~
exam.cpp:9:2: error: expected unqualified-id before ‘else’
9 | else if (x==2) {
| ^~~~