Problem exam
User officemouse
Submission Time 2023-11-08 10:55:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:5: error: expected unqualified-id before ‘=’ token
5 | int=x;
| ^
exam.cpp:6:7: error: ‘x’ was not declared in this scope
6 | cin>>x;
| ^
exam.cpp:7:5: error: expected unqualified-id before ‘=’ token
7 | int=A;
| ^
exam.cpp:8:7: error: ‘A’ was not declared in this scope
8 | cin>>A;
| ^
exam.cpp:9:5: error: expected unqualified-id before ‘=’ token
9 | int=B;
| ^
exam.cpp:10:7: error: ‘B’ was not declared in this scope
10 | cin>>B;
| ^
exam.cpp:12:22: error: expected ‘;’ before ‘}’ token
12 | cout<<"Hello World"
| ^
| ;
13 | }
| ~
exam.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int