0_0_26807731_15014.cpp:1:2: error: invalid preprocessing directive #indlude
#indlude<stdio.h>
^
0_0_26807731_15014.cpp: In function 'int main()':
0_0_26807731_15014.cpp:5:20: error: 'scanf' was not declared in this scope
scanf("%d %d",&a,&b);
^
0_0_26807731_15014.cpp:6:16: error: 'printf' was not declared in this scope
printf("%d",a+b);
^
|