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