Problem exam
User Hatrix
Submission Time 2026-03-06 16:12:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:6: error: expected ‘;’ before ‘A’
11 | cin A >> B;
| ^~
| ;
exam.cpp:12:11: error: ‘A’ was not declared in this scope
12 | cout << A*B;
| ^
exam.cpp:12:13: error: ‘B’ was not declared in this scope
12 | cout << A*B;
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:7:12: note: to match this ‘{’
7 | if(x = 1) {
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^