Problem | exam |
---|---|
User | Rollsroyce26 |
Submission Time | 2024-06-20 13:37:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:32: error: expected ‘;’ before ‘}’ token
13 | cout << (a * b) << '\n'
| ^
| ;
14 | }
| ~