0_0_28543486_26337.cpp:1:2: error: invalid preprocessing directive #incluce
#incluce<stdio.h>
^
0_0_28543486_26337.cpp: In function 'int main()':
0_0_28543486_26337.cpp:4:19: error: 'scanf' was not declared in this scope
scanf("%d%d",&a,&b);
^
0_0_28543486_26337.cpp:5:18: error: 'printf' was not declared in this scope
printf("%d\n",a+b);
^
|