| Problem | exam |
|---|---|
| User | Dana |
| Submission Time | 2023-11-08 11:06:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:12:3: error: expected initializer before ‘cin’
12 | cin >> a >> b;
| ^~~
exam.cpp:13:13: error: ‘b’ was not declared in this scope
13 | cout << a*b;
| ^