| Problem | exam |
|---|---|
| User | CapK1wi |
| Submission Time | 2026-04-13 17:16:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:16: error: expected ‘;’ before ‘:’ token
13 | cin >> a >> b:
| ^
| ;
exam.cpp:15:11: error: ‘product’ was not declared in this scope
15 | cout << product;
| ^~~~~~~