Problem exam
User idk
Submission Time 2023-01-05 15:58:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:12: error: expected ‘;’ before ‘std’
11 | C = A * B
| ^
| ;
12 | std::cout << C;
| ~~~