Problem exam
User RaichuAR
Submission Time 2023-12-27 21:55:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:12: error: no match for ‘operator*=’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘long long int’)
13 | cout << a*=b;
| ~~~~~~~~~^~~