0_0_15127703_9300.cpp: In function 'int mian()':
0_0_15127703_9300.cpp:2:9: error: expected initializer before '==' token
{int sum==0,n,i;
^
0_0_15127703_9300.cpp:3:14: error: 'n' was not declared in this scope
scanfig("%d",n);
^
0_0_15127703_9300.cpp:3:15: error: 'scanfig' was not declared in this scope
scanfig("%d",n);
^
0_0_15127703_9300.cpp:4:15: error: 'printf' was not declared in this scope
printf("sum=0");
^
0_0_15127703_9300.cpp:5:5: error: 'i' was not declared in this scope
for(i=0;i<=n;i++)
^
0_0_15127703_9300.cpp:6:16: error: 'printif' was not declared in this scope
printif("+%d",i);
^
|