📄 text1.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Text1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Text1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\c语言\Text1.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5D.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5E.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Text1.pdb" /debug /machine:I386 /out:"Debug/Text1.exe" /pdbtype:sept
".\Debug\Text1.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP5E.tmp"
<h3>Output Window</h3>
Compiling...
Text1.c
c:\documents and settings\administrator\c语言\text1.c(3) : error C2061: syntax error : identifier 'InitStack'
c:\documents and settings\administrator\c语言\text1.c(3) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(3) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(3) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(3) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(3) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2061: syntax error : identifier 'Push'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(12) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2061: syntax error : identifier 'Pop'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(18) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2061: syntax error : identifier 'InitQueue'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(24) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2061: syntax error : identifier 'destroyQueue'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(31) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2061: syntax error : identifier 'enQueue'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(47) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2061: syntax error : identifier 'deQueue'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(58) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2061: syntax error : identifier 'InitList'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(68) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(77) : error C2061: syntax error : identifier 'MakeNode'
c:\documents and settings\administrator\c语言\text1.c(77) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(77) : error C2146: syntax error : missing ')' before identifier 't'
c:\documents and settings\administrator\c语言\text1.c(77) : error C2061: syntax error : identifier 't'
c:\documents and settings\administrator\c语言\text1.c(77) : error C2059: syntax error : ','
c:\documents and settings\administrator\c语言\text1.c(77) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2061: syntax error : identifier 'Insert'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2143: syntax error : missing ')' before '&'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2143: syntax error : missing '{' before '&'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2059: syntax error : '&'
c:\documents and settings\administrator\c语言\text1.c(84) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(91) : error C2061: syntax error : identifier 'judgenum'
c:\documents and settings\administrator\c语言\text1.c(91) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(91) : error C2059: syntax error : 'type'
c:\documents and settings\administrator\c语言\text1.c(103) : error C2065: 'ListType' : undeclared identifier
c:\documents and settings\administrator\c语言\text1.c(103) : error C2146: syntax error : missing ';' before identifier 'q'
c:\documents and settings\administrator\c语言\text1.c(103) : error C2065: 'q' : undeclared identifier
c:\documents and settings\administrator\c语言\text1.c(103) : error C2065: 'L' : undeclared identifier
c:\documents and settings\administrator\c语言\text1.c(103) : error C2224: left of '.head' must have struct/union type
c:\documents and settings\administrator\c语言\text1.c(103) : error C2065: 'R' : undeclared identifier
c:\documents and settings\administrator\c语言\text1.c(103) : error C2224: left of '.head' must have struct/union type
c:\documents and settings\administrator\c语言\text1.c(105) : warning C4013: 'strcmp' undefined; assuming extern returning int
c:\documents and settings\administrator\c语言\text1.c(105) : error C2223: left of '->ch' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(106) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(106) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(107) : error C2224: left of '.tail' must have struct/union type
c:\documents and settings\administrator\c语言\text1.c(107) : error C2224: left of '.tail' must have struct/union type
c:\documents and settings\administrator\c语言\text1.c(108) : warning C4013: 'delete' undefined; assuming extern returning int
c:\documents and settings\administrator\c语言\text1.c(109) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(110) : error C2224: left of '.size' must have struct/union type
c:\documents and settings\administrator\c语言\text1.c(112) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(112) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\administrator\c语言\text1.c(116) : error C2146: syntax error : missing ')' before identifier 'q'
c:\documents and settings\administrator\c语言\text1.c(116) : error C2061: syntax error : identifier 'q'
c:\documents and settings\administrator\c语言\text1.c(116) : error C2059: syntax error : ';'
c:\documents and settings\administrator\c语言\text1.c(116) : error C2059: syntax error : ','
c:\documents and settings\administrator\c语言\text1.c(116) : error C2059: syntax error : ')'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xcd'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xa3'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xb3'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xb5'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xca'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xb1'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xbc'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xe4'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2059: syntax error : '?'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xb7'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xd6'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xd6'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xd3'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xd4'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2018: unknown character '0xaa'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2143: syntax error : missing '{' before '<<'
c:\documents and settings\administrator\c语言\text1.c(117) : error C2059: syntax error : '<<'
c:\documents and settings\administrator\c语言\text1.c(117) : fatal error C1003: error count exceeds 100; stopping compilation
执行 cl.exe 时出错.
<h3>Results</h3>
Text1.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -