| Problem | exam |
|---|---|
| User | LOL7651 |
| Submission Time | 2024-02-17 10:19:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:11:5: error: expected ‘,’ or ‘;’ before ‘cin’
11 | cin >> a;
| ^~~
exam.cpp:14:5: error: ‘c’ was not declared in this scope
14 | c = a*b;
| ^