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