Problem exam
User KingKian
Submission Time 2024-01-23 19:53:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:24: error: expected ‘;’ before ‘}’ token
10 | cout << "Hello World"
| ^
| ;
11 | } else {
| ~