| Problem | exam |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 16:25:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:3: error: expected initializer before ‘cin’
13 | cin >> a>> b;
| ^~~
exam.cpp:14:13: error: ‘b’ was not declared in this scope
14 | cout << a*b;
| ^