主题:哥哥,姐姐,帮我看看。什么问题。我是初学的
main()
(
int r;
float s;
r=10;
s=3.14*r*r;
printf("\n s=%f",s);
)
我是照书打的。
打了好几遍还是有3:Declaration syntax error
5: Declaration needs type or storage class
6:illegal initialization
(
int r;
float s;
r=10;
s=3.14*r*r;
printf("\n s=%f",s);
)
我是照书打的。
打了好几遍还是有3:Declaration syntax error
5: Declaration needs type or storage class
6:illegal initialization