编译后的结果:
F:\学习\TEST\test.c(147) : error C2143: syntax error : missing ')' before '='
F:\学习\TEST\test.c(147) : error C2072: 'isOneSolve' : initialization of a function
F:\学习\TEST\test.c(147) : error C2059: syntax error : ')'
F:\学习\TEST\test.c(148) : error C2143: syntax error : missing ';' before '{'
F:\学习\TEST\test.c(148) : error C2449: found '{' at file scope (missing function header?)
F:\学习\TEST\test.c(156) : error C2059: syntax error : '}'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ')' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2065: 'nd' : undeclared identifier
F:\学习\TEST\test.c(171) : warning C4552: '<' : operator has no effect; expected operator with side-effect
F:\学习\TEST\test.c(171) : error C2059: syntax error : ')'
F:\学习\TEST\test.c(172) : error C2143: syntax error : missing ';' before '{'
F:\学习\TEST\test.c(173) : warning C4013: 'p1' undefined; assuming extern returning int
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ')' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2065: 't' : undeclared identifier
F:\学习\TEST\test.c(182) : warning C4552: '>' : operator has no effect; expected operator with side-effect
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before ')'
F:\学习\TEST\test.c(187) : error C2059: syntax error : 'return'
F:\学习\TEST\test.c(188) : error C2059: syntax error : '}'
F:\学习\TEST\test.c(147) : error C2143: syntax error : missing ')' before '='
F:\学习\TEST\test.c(147) : error C2072: 'isOneSolve' : initialization of a function
F:\学习\TEST\test.c(147) : error C2059: syntax error : ')'
F:\学习\TEST\test.c(148) : error C2143: syntax error : missing ';' before '{'
F:\学习\TEST\test.c(148) : error C2449: found '{' at file scope (missing function header?)
F:\学习\TEST\test.c(156) : error C2059: syntax error : '}'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ')' before 'type'
F:\学习\TEST\test.c(171) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(171) : error C2065: 'nd' : undeclared identifier
F:\学习\TEST\test.c(171) : warning C4552: '<' : operator has no effect; expected operator with side-effect
F:\学习\TEST\test.c(171) : error C2059: syntax error : ')'
F:\学习\TEST\test.c(172) : error C2143: syntax error : missing ';' before '{'
F:\学习\TEST\test.c(173) : warning C4013: 'p1' undefined; assuming extern returning int
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ')' before 'type'
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before 'type'
F:\学习\TEST\test.c(182) : error C2065: 't' : undeclared identifier
F:\学习\TEST\test.c(182) : warning C4552: '>' : operator has no effect; expected operator with side-effect
F:\学习\TEST\test.c(182) : error C2143: syntax error : missing ';' before ')'
F:\学习\TEST\test.c(187) : error C2059: syntax error : 'return'
F:\学习\TEST\test.c(188) : error C2059: syntax error : '}'