Problem | exam |
---|---|
User | Avinash |
Submission Time | 2025-06-16 14:25:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:25: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | } else if (x==2) {
| ~
exam.cpp:12:17: error: expected ‘;’ before ‘}’ token
12 | cout << a * b
| ^
| ;
13 | };
| ~