Problem exam
User wyaptw
Submission Time 2025-05-22 19:11:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:12: error: expected ‘;’ before ‘std’
12 | c = a * b
| ^
| ;
13 | std::cout << c;
| ~~~