Problem exam
User baobaocar
Submission Time 2023-03-13 23:32:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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