Problem exam
User AR13L
Submission Time 2024-04-17 00:41:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:14:13: error: expected ‘;’ before ‘std’
14 | sum = A * B
| ^
| ;
15 | std::cout << sum << "\n";
| ~~~
exam.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:2:13: note: to match this ‘{’
2 | int main () {
| ^