| Problem | exam |
|---|---|
| User | brian |
| Submission Time | 2026-06-22 15:39:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | }else if (x=2){
| ~
exam.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << A*B
| ^
| ;
12 | }
| ~