| Problem | exam |
|---|---|
| User | eipi10 |
| Submission Time | 2026-06-22 15:45:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << A*B
| ^
| ;
12 | }
| ~
exam.cpp:13:6: error: expected primary-expression before ‘:’ token
13 | else:
| ^