Problem | exam |
---|---|
User | kendraslays |
Submission Time | 2025-02-20 23:38:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:21:14: error: expected ‘;’ before ‘}’ token
21 | cout << a*b
| ^
| ;
22 | }
| ~