Problem exam
User chankinshu
Submission Time 2024-07-15 17:09:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:18: error: expected ‘;’ before ‘}’ token
7 | cout<<"Hello"
| ^
| ;
8 |
9 | }
| ~
exam.cpp:19:13: error: expected ‘}’ at end of input
19 | return 0;
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^