?? 冒泡法.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\RSP77.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
"D:\C語言作業1\冒泡法\冒泡法.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP77.tmp"
<h3>Output Window</h3>
Compiling...
冒泡法.cpp
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2018: unknown character '0xa3'
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2018: unknown character '0xac'
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2146: syntax error : missing ';' before identifier 'a'
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2065: 'a' : undeclared identifier
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2065: 'i' : undeclared identifier
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(5) : error C2059: syntax error : ')'
D:\C語言作業1\冒泡法\冒泡法.cpp(9) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(9) : error C2102: '&' requires l-value
D:\C語言作業1\冒泡法\冒泡法.cpp(12) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(12) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(13) : warning C4390: ';' : empty controlled statement found; is this the intent?
D:\C語言作業1\冒泡法\冒泡法.cpp(14) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(15) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(15) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(15) : error C2106: '=' : left operand must be l-value
D:\C語言作業1\冒泡法\冒泡法.cpp(16) : error C2109: subscript requires array or pointer type
D:\C語言作業1\冒泡法\冒泡法.cpp(16) : error C2106: '=' : left operand must be l-value
D:\C語言作業1\冒泡法\冒泡法.cpp(20) : error C2109: subscript requires array or pointer type
Error executing cl.exe.
<h3>Results</h3>
冒泡法.obj - 18 error(s), 1 warning(s)
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -