0_0_22138885_5284.cpp: In function 'int main()':
0_0_22138885_5284.cpp:3:1: error: 'intA' was not declared in this scope
intA,B;
^
0_0_22138885_5284.cpp:3:6: error: 'B' was not declared in this scope
intA,B;
^
0_0_22138885_5284.cpp:5:15: error: 'A' was not declared in this scope
scanf("%d%d",&A&B);
^
|