Problem exam
User CHEN115217
Submission Time 2023-02-13 15:53:16
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 {
| ~