| Problem | exam |
|---|---|
| User | UglyFish1101 |
| Submission Time | 2025-05-17 10:43:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:13: error: expected ‘;’ before ‘return’
12 | cout << a*b
| ^
| ;
13 |
14 | return 0;
| ~~~~~~