Problem exam
User Avinash
Submission Time 2025-06-16 14:27:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:25: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 |
11 | } else if (x==2) {
| ~
exam.cpp:13:17: error: expected ‘;’ before ‘}’ token
13 | cout << a * b
| ^
| ;
14 | };
| ~