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