Problem exam
User bestatchinesechess
Submission Time 2025-02-14 15:46:48
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 | } else {
| ~