回复 5# 的帖子
--------------------Configuration: m - Win32 Debug--------------------
Compiling...
m.c
c:\documents and settings\administrator\m.c(7) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(7) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(7) : error C2143: syntax error : missing ')' before 'type'
c:\documents and settings\administrator\m.c(7) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(7) : error C2065: 'i' : undeclared identifier
c:\documents and settings\administrator\m.c(7) : warning C4552: '<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\m.c(7) : error C2059: syntax error : ')'
c:\documents and settings\administrator\m.c(8) : error C2143: syntax error : missing ';' before 'for'
c:\documents and settings\administrator\m.c(8) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(8) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(8) : error C2143: syntax error : missing ')' before 'type'
c:\documents and settings\administrator\m.c(8) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(8) : error C2065: 'j' : undeclared identifier
c:\documents and settings\administrator\m.c(8) : warning C4552: '<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\m.c(8) : error C2059: syntax error : ')'
c:\documents and settings\administrator\m.c(9) : error C2143: syntax error : missing ';' before 'if'
c:\documents and settings\administrator\m.c(12) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(14) : error C2065: 'b' : undeclared identifier
c:\documents and settings\administrator\m.c(14) : error C2109: subscript requires array or pointer type
c:\documents and settings\administrator\m.c(14) : error C2106: '=' : left operand must be l-value
c:\documents and settings\administrator\m.c(17) : error C2109: subscript requires array or pointer type
c:\documents and settings\administrator\m.c(17) : error C2105: '++' needs l-value
c:\documents and settings\administrator\m.c(19) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(19) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(19) : error C2143: syntax error : missing ')' before 'type'
c:\documents and settings\administrator\m.c(19) : error C2143: syntax error : missing ';' before 'type'
c:\documents and settings\administrator\m.c(19) : warning C4552: '<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\m.c(19) : error C2059: syntax error : ')'
c:\documents and settings\administrator\m.c(20) : error C2143: syntax error : missing ';' before 'while'
c:\documents and settings\administrator\m.c(20) : error C2109: subscript requires array or pointer type
c:\documents and settings\administrator\m.c(20) : error C2105: '--' needs l-value
Error executing cl.exe.
m.obj - 28 error(s), 3 warning(s)