| Problem | exam |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-22 15:35:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:16:14: error: expected ‘;’ before ‘}’ token
16 | cout << a*b
| ^
| ;
17 | }
| ~