0_0_26842079_9314.cpp:1:2: error: invalid preprocessing directive #incldue
#incldue<stdio.h>
^
0_0_26842079_9314.cpp: In function 'int main()':
0_0_26842079_9314.cpp:5:17: error: expected primary-expression before '%' token
scanf("%d%d",%A,&B);
^
0_0_26842079_9314.cpp:5:22: error: 'scanf' was not declared in this scope
scanf("%d%d",%A,&B);
^
0_0_26842079_9314.cpp:6:21: error: 'printf' was not declared in this scope
printf("%d\n",A+B);
^
|