Problem exam
User ov5rki11
Submission Time 2025-06-16 14:22:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:26: error: expected ‘;’ before ‘}’ token
7 | ;;;;cout << "Hello World"
| ^
| ;
8 | }else{
| ~
exam.cpp:11:18: error: expected ‘;’ before ‘}’ token
11 | ;;;;cout << (a*b)
| ^
| ;
12 | }
| ~