Problem exam
User Um
Submission Time 2023-04-28 20:33:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:10: error: ‘AxB’ was not declared in this scope
9 | cout<<AxB;
| ^~~
exam.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~