Build Log
--------------------Configuration: LZT - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\Users\279800~1\AppData\Local\Temp\RSPCFE1.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/LZT.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\信息库\LZT\h.c"
]
Creating command line "cl.exe @C:\Users\279800~1\AppData\Local\Temp\RSPCFE1.tmp"
Output Window
Compiling...
h.c
E:\信息库\LZT\h.c(102) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(102) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(130) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(130) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(146) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(146) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(159) : error C2143: syntax error : missing ';' before '{'
E:\信息库\LZT\h.c(159) : error C2143: syntax error : missing ')' before '{'
E:\信息库\LZT\h.c(161) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(161) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(161) : error C2039: 'sum' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(162) : error C2143: syntax error : missing ')' before '{'
E:\信息库\LZT\h.c(168) : error C2039: 'english' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(168) : error C2039: 'math' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(168) : error C2039: 'chinese' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(168) : error C2039: 'aver' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(168) : error C2039: 'sum' : is not a member of 'student'
E:\信息库\LZT\h.c(15) : see declaration of 'student'
E:\信息库\LZT\h.c(189) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(189) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(200) : error C2146: syntax error : missing ';' before identifier 'stu'
E:\信息库\LZT\h.c(200) : error C2143: syntax error : missing ')' before ';'
E:\信息库\LZT\h.c(206) : error C2146: syntax error : missing ';' before identifier 'getch'
E:\信息库\LZT\h.c(249) : error C2143: syntax error : missing ';' before 'if'
E:\信息库\LZT\h.c(249) : error C2143: syntax error : missing ')' before 'if'
E:\信息库\LZT\h.c(249) : error C2065: 'name' : undeclared identifier
E:\信息库\LZT\h.c(249) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
E:\信息库\LZT\h.c(249) : warning C4024: 'strcmp' : different types for formal and actual parameter 2
E:\信息库\LZT\h.c(261) : error C2065: 'a' : undeclared identifier
E:\信息库\LZT\h.c(269) : error C2146: syntax error : missing ';' before identifier 'stu'
E:\信息库\LZT\h.c(269) : error C2143: syntax error : missing ')' before ';'
E:\信息库\LZT\h.c(291) : error C2084: function 'int __cdecl openl()' already has a body
E:\信息库\LZT\h.c(319) : error C2084: function 'void __cdecl see()' already has a body
E:\信息库\LZT\h.c(345) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Results
h.obj - 31 error(s), 2 warning(s)