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