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