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