0_0_30660086_3559.cpp:2:2: error: invalid preprocessing directive #incude
#incude<stdio.h>
^
0_0_30660086_3559.cpp: In function 'int main()':
0_0_30660086_3559.cpp:6:20: error: 'scanf' was not declared in this scope
scanf("%d %d",&A,&B);
^
0_0_30660086_3559.cpp:8:16: error: 'printf' was not declared in this scope
printf("%d",sum);
^
|