Problem exam
User Usu
Submission Time 2025-06-18 21:17:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:24: error: expected ‘;’ before ‘}’ token
7 | cout << "Hello World"
| ^
| ;
8 | }
| ~
exam.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:4:16: note: to match this ‘{’
4 | int main(void) {
| ^