sanguo.c: In function `main':
sanguo.c:24: error: syntax error before "for"
sanguo.c:24: error: syntax error before ')' token
sanguo.c:26: error: syntax error before ')' token
sanguo.c:24: warning: statement with no effect
sanguo.c:26: warning: statement with no effect
sanguo.c: At top level:
sanguo.c:32: error: syntax error before '--' token
sanguo.c:34: error: syntax error before numeric constant
sanguo.c:34: warning: type defaults to `int' in declaration of `Qsort'
sanguo.c:34: error: conflicting types for 'Qsort'
sanguo.c:4: error: previous definition of 'Qsort' was here
sanguo.c:34: warning: data definition has no type or storage class
sanguo.c:35: error: syntax error before string constant
sanguo.c:35: warning: type defaults to `int' in declaration of `printf'
sanguo.c:35: error: conflicting types for 'printf'
sanguo.c:35: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
sanguo.c:35: error: conflicting types for 'printf'
sanguo.c:35: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
sanguo.c:35: warning: data definition has no type or storage class
sanguo.c:36: error: syntax error before string constant
sanguo.c:36: warning: type defaults to `int' in declaration of `printf'
sanguo.c:36: warning: data definition has no type or storage class
sanguo.c:37: error: syntax error before string constant
sanguo.c:37: warning: type defaults to `int' in declaration of `system'
sanguo.c:37: warning: data definition has no type or storage class
编译结束但存在 12 错误 和 12 警告