| Problem | exam |
|---|---|
| User | thefish5768 |
| Submission Time | 2026-02-19 21:01:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:25:12: error: expected ‘;’ before ‘}’ token
25 | cout<<A*B
| ^
| ;
26 | }
| ~