1.1.c
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2143: syntax error : missing ')' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2143: syntax error : missing ';' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2065: 'L' : undeclared identifier
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2100: illegal indirection
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2059: syntax error : 'type'
c:\users\administrator\desktop\程序集和\1.1.c(9) : error C2059: syntax error : ')'
c:\users\administrator\desktop\程序集和\1.1.c(10) : error C2143: syntax error : missing ';' before 'type'
c:\users\administrator\desktop\程序集和\1.1.c(11) : error C2143: syntax error : missing ';' before 'type'
c:\users\administrator\desktop\程序集和\1.1.c(12) : error C2143: syntax error : missing ';' before 'type'
c:\users\administrator\desktop\程序集和\1.1.c(13) : error C2065: 'h' : undeclared identifier
c:\users\administrator\desktop\程序集和\1.1.c(13) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct Node *'
c:\users\administrator\desktop\程序集和\1.1.c(13) : error C2146: syntax error : missing ';' before identifier 'malloc'
c:\users\administrator\desktop\程序集和\1.1.c(14) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
c:\users\administrator\desktop\程序集和\1.1.c(15) : error C2223: left of '->next' must point to struct/union
c:\users\administrator\desktop\程序集和\1.1.c(20) : warning C4013: 'ScanfList' undefined; assuming extern returning int
c:\users\administrator\desktop\程序集和\1.1.c(21) : warning C4013: 'DeleteList' undefined; assuming extern returning int
c:\users\administrator\desktop\程序集和\1.1.c(26) : error C2143: syntax error : missing ')' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(26) : error C2143: syntax error : missing '{' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(26) : error C2040: 'L' : 'int *' differs in levels of indirection from 'int '
c:\users\administrator\desktop\程序集和\1.1.c(26) : error C2059: syntax error : 'type'
c:\users\administrator\desktop\程序集和\1.1.c(26) : error C2059: syntax error : ')'
c:\users\administrator\desktop\程序集和\1.1.c(41) : error C2143: syntax error : missing ')' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(41) : error C2143: syntax error : missing '{' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(41) : error C2059: syntax error : ')'
c:\users\administrator\desktop\程序集和\1.1.c(41) : error C2040: 'L' : 'int *' differs in levels of indirection from 'int '
c:\users\administrator\desktop\程序集和\1.1.c(41) : error C2054: expected '(' to follow 'L'
c:\users\administrator\desktop\程序集和\1.1.c(45) : error C2143: syntax error : missing ')' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(45) : error C2143: syntax error : missing '{' before '*'
c:\users\administrator\desktop\程序集和\1.1.c(45) : error C2059: syntax error : ')'
c:\users\administrator\desktop\程序集和\1.1.c(45) : error C2040: 'L' : 'int *' differs in levels of indirection from 'int '
c:\users\administrator\desktop\程序集和\1.1.c(45) : error C2054: expected '(' to follow 'L'
执行 cl.exe 时出错.
我心寒了。。。。。。