Problem exam
User om2024
Submission Time 2024-06-18 11:02:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:6: error: expected ‘;’ before ‘long’
12 | log long c = a * b;
| ^~~~~
| ;
exam.cpp:12:21: error: statement cannot resolve address of overloaded function
12 | log long c = a * b;
| ^
exam.cpp:13:10: error: ‘c’ was not declared in this scope
13 | cin >> c;
| ^