呃楼主知道问题了。。。
--------------------Configuration: 1 - Win32 Debug--------------------
Compiling...
1.c
C:\Users\小小哆啦\Desktop\1.c(5) : error C2143: syntax error : missing ';' before 'type'
C:\Users\小小哆啦\Desktop\1.c(6) : error C2143: syntax error : missing ';' before 'type'
C:\Users\小小哆啦\Desktop\1.c(7) : error C2065: 'n' : undeclared identifier
C:\Users\小小哆啦\Desktop\1.c(7) : error C2065: 'i' : undeclared identifier
C:\Users\小小哆啦\Desktop\1.c(7) : error C2065: 's' : undeclared identifier
执行 cl.exe 时出错.
1.exe - 1 error(s), 0 warning(s)
这个是楼主写的第一个程序我是用的VC6的因为VC6,的C标准比较低我记得变量的申明是必须在复合语句的最开始也就是说你要先定义了变量才可以用别的函数什么的,变量的定义一定是要在最开始的.
另外表示楼主的第一个代码看不懂