0_0_20913653_4464.cpp:1:2: error: invalid preprocessing directive #inlude
#inlude <stdio.h>
^
0_0_20913653_4464.cpp: In function 'int main()':
0_0_20913653_4464.cpp:6:17: error: 'scanf' was not declared in this scope
scanf("%d",&n);
^
0_0_20913653_4464.cpp:12:23: error: 'printf' was not declared in this scope
printf("%d\n",sum)
^
|