Problem exam
User JulTheD
Submission Time 2025-02-04 23:24:56
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"
| ^
| ;
10 | }
| ~
exam.cpp:11:5: error: expected ‘(’ before ‘else’
11 | if else (x == 2) {
| ^~~~
| (
exam.cpp:16:10: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~