📄 单纯形算法.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 单纯形算法 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/单纯形算法.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP70.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/单纯形算法.pdb" /debug /machine:I386 /out:"Debug/单纯形算法.exe" /pdbtype:sept
".\Debug\单纯形算法.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP70.tmp"
<h3>Output Window</h3>
Compiling...
单纯形算法.cpp
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(14) : error C2059: syntax error : '?'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(38) : error C2059: syntax error : ')'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(39) : error C2065: 'P' : undeclared identifier
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(39) : error C2143: syntax error : missing ';' before '}'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(39) : warning C4552: '*' : operator has no effect; expected operator with side-effect
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(45) : error C2143: syntax error : missing ')' before '{'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(48) : error C2440: '=' : cannot convert from 'double [100]' to 'double'
There is no context in which this conversion is possible
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(52) : error C2440: '=' : cannot convert from 'double [100]' to 'double'
There is no context in which this conversion is possible
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(61) : error C2143: syntax error : missing ')' before '{'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(69) : error C2143: syntax error : missing ')' before ';'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(90) : error C2065: 'the' : undeclared identifier
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(90) : error C2146: syntax error : missing ';' before identifier 'max'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(91) : error C2146: syntax error : missing ';' before identifier 'crit'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(92) : error C2065: 'crit' : undeclared identifier
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(92) : error C2146: syntax error : missing ';' before identifier 'erion'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(92) : error C2065: 'erion' : undeclared identifier
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(92) : error C2143: syntax error : missing ';' before 'if'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(112) : error C2146: syntax error : missing ';' before identifier 'quit'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(112) : error C2065: 'quit' : undeclared identifier
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(112) : error C2146: syntax error : missing ';' before identifier 'the'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(113) : error C2146: syntax error : missing ';' before identifier 'B'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(113) : error C2146: syntax error : missing ';' before identifier 'ase'
G:\数学\模型与实验\应用程序\C++\贪吃蛇\Source\单纯形算法.cpp(113) : error C2065: 'ase' : undeclared identifier
执行 cl.exe 时出错.
<h3>Results</h3>
单纯形算法.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -