| Problem | exam |
|---|---|
| User | astr4eusmkvc |
| Submission Time | 2026-06-22 15:48:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:15: error: expected ‘;’ before ‘cout’
13 | cin >> b >> c
| ^
| ;
14 | cout << "\n" << b*c;
| ~~~~