0_0_30555347_19110.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include(stdio.h)
^
0_0_30555347_19110.cpp: In function 'int main()':
0_0_30555347_19110.cpp:6:21: error: 'scanf' was not declared in this scope
scanf("%d%d",&a,&b);
^
0_0_30555347_19110.cpp:7:18: error: 'printf' was not declared in this scope
printf("%d",a+b);
^
|