Problem exam
User mrlam
Submission Time 2025-06-01 14:25:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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