Problem exam
User adammmamammamamamaamamam
Submission Time 2023-03-02 18:36:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:6: error: expected initializer before ‘cin’
5 | cin >> x;
| ^~~
exam.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cout << A * B;
| ^
exam.cpp:9:14: error: ‘B’ was not declared in this scope
9 | cout << A * B;
| ^
exam.cpp:10:15: error: ‘b’ was not declared in this scope
10 | cin >> a >> b;
| ^