0_0_22433925_14657.cpp:1:2: error: invalid preprocessing directive #incude
#incude<stdio.h>
^
0_0_22433925_14657.cpp: In function 'int main()':
0_0_22433925_14657.cpp:5:22: error: 'scanf' was not declared in this scope
scanf("%d %d", &A, &B);
^
0_0_22433925_14657.cpp:7:18: error: 'printf' was not declared in this scope
printf("%d\n",sum);
^
|