Problem exam
User bernice333
Submission Time 2026-02-14 10:01:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | { else (x == 1)
| ^~~~
exam.cpp:11:17: error: expected ‘;’ before ‘cout’
11 | { else (x == 1)
| ^
| ;
12 | cout << "Hello World";
| ~~~~