Problem exam
User midtthew
Submission Time 2026-07-21 08:52:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"};
| ^
| ;
exam.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (x == 2){
| ^~~~