Problem exam
User Ant1234567890
Submission Time 2025-06-09 19:04:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:22: error: expected ‘;’ before ‘}’ token
9 | cout<<"Hello World"
| ^
| ;
10 | }else{
| ~
exam.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout<< y*z
| ^
| ;
16 |
17 | }
| ~