回复 4楼 未名湖的云
e:\download\notepad++\test.c(7) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(7) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(7) : error C2143: syntax error : missing ')' before 'type'
e:\download\notepad++\test.c(7) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(7) : error C2065: 'i' : undeclared identifier
e:\download\notepad++\test.c(7) : warning C4552: '<' : operator has no effect; expected operator with side-effect
e:\download\notepad++\test.c(7) : error C2059: syntax error : ')'
e:\download\notepad++\test.c(8) : error C2146: syntax error : missing ';' before identifier 'scanf'
e:\download\notepad++\test.c(10) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(10) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(10) : error C2143: syntax error : missing ')' before 'type'
e:\download\notepad++\test.c(10) : error C2143: syntax error : missing ';' before 'type'
e:\download\notepad++\test.c(10) : error C2065: 'j' : undeclared identifier
e:\download\notepad++\test.c(10) : warning C4552: '<' : operator has no effect; expected operator with side-effect
e:\download\notepad++\test.c(10) : error C2059: syntax error : ')'
e:\download\notepad++\test.c(11) : error C2146: syntax error : missing ';' before identifier 'printf'