0_0_15153037_13623.cpp:5:1: error: stray '\' in program
printf(%d\n,A+B);
^
0_0_15153037_13623.cpp: In function 'int main()':
0_0_15153037_13623.cpp:3:8: error: expected initializer before 'B'
{int A B;
^
0_0_15153037_13623.cpp:4:15: error: 'A' was not declared in this scope
scanf("%d%d",&A,&B);
^
0_0_15153037_13623.cpp:4:18: error: 'B' was not declared in this scope
scanf("%d%d",&A,&B);
^
0_0_15153037_13623.cpp:5:8: error: expected primary-expression before '%' token
printf(%d\n,A+B);
^
0_0_15153037_13623.cpp:5:9: error: 'd' was not declared in this scope
printf(%d\n,A+B);
^
|