⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text1.plg

📁 拉格拉日算法
💻 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\RSPCC.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 
"D:\调试\Text1.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPCC.tmp" 
<h3>Output Window</h3>
Compiling...
Text1.c
d:\调试\text1.c(4) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(4) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(4) : error C2143: syntax error : missing ')' before 'type'
d:\调试\text1.c(4) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(4) : error C2065: 'k' : undeclared identifier
d:\调试\text1.c(4) : warning C4552: '<' : operator has no effect; expected operator with side-effect
d:\调试\text1.c(4) : error C2059: syntax error : ')'
d:\调试\text1.c(5) : error C2143: syntax error : missing ';' before '{'
d:\调试\text1.c(7) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(7) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(7) : error C2143: syntax error : missing ')' before 'type'
d:\调试\text1.c(7) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(7) : error C2065: 'i' : undeclared identifier
d:\调试\text1.c(7) : warning C4552: '<' : operator has no effect; expected operator with side-effect
d:\调试\text1.c(7) : error C2059: syntax error : ')'
d:\调试\text1.c(8) : error C2143: syntax error : missing ';' before '{'
d:\调试\text1.c(26) : error C2065: 'cout' : undeclared identifier
d:\调试\text1.c(26) : error C2297: '<<' : illegal, right operand has type 'char [14]'
d:\调试\text1.c(26) : error C2065: 'endl' : undeclared identifier
d:\调试\text1.c(27) : error C2065: 'cin' : undeclared identifier
d:\调试\text1.c(27) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
d:\调试\text1.c(28) : error C2297: '<<' : illegal, right operand has type 'char [5]'
d:\调试\text1.c(29) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(29) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(29) : error C2143: syntax error : missing ')' before 'type'
d:\调试\text1.c(29) : error C2143: syntax error : missing ';' before 'type'
d:\调试\text1.c(29) : warning C4552: '<' : operator has no effect; expected operator with side-effect
d:\调试\text1.c(29) : error C2059: syntax error : ')'
d:\调试\text1.c(30) : error C2143: syntax error : missing ';' before '{'
d:\调试\text1.c(31) : error C2296: '>>' : illegal, left operand has type 'float '
d:\调试\text1.c(31) : error C2297: '>>' : illegal, right operand has type 'float '
d:\调试\text1.c(33) : error C2297: '<<' : illegal, right operand has type 'char [10]'
d:\调试\text1.c(34) : error C2296: '>>' : illegal, left operand has type 'float '
d:\调试\text1.c(34) : error C2297: '>>' : illegal, right operand has type 'float '
d:\调试\text1.c(36) : error C2297: '<<' : illegal, right operand has type 'char [18]'
d:\调试\text1.c(38) : warning C4013: 'system' undefined; assuming extern returning int
执行 cl.exe 时出错.



<h3>Results</h3>
Text1.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -