| Problem | exam |
|---|---|
| User | rxnrynbromine35 |
| Submission Time | 2023-08-18 20:05:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:22: error: expected ‘;’ before ‘cout’
10 | cin >> A >> B
| ^
| ;
11 | cout << A*B
| ~~~~