Problem exam
User JIACHENG
Submission Time 2026-02-14 11:00:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello World"
| ^
| ;
9 | } if (x == 2){
| ~
exam.cpp:13:2: error: expected ‘}’ at end of input
13 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^