Problem exam
User NgMinSong123
Submission Time 2023-12-01 10:58:54
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:14:1: error: expected primary-expression before ‘}’ token
14 | }
| ^
exam.cpp:13:8: error: expected ‘;’ before ‘}’ token
13 | return
| ^
| ;
14 | }
| ~