| Problem | exam |
|---|---|
| User | supercel980 |
| Submission Time | 2024-07-15 16:46:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:16: error: expected ‘;’ before ‘c’
10 | cin >> a >> b
| ^
| ;
11 | c = a * b
| ~