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

📄 p1.plg

📁 关于simple算法
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: P1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\knife\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"D:\Study\apple\study\SIMPLE2D\P1.FOR"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/P1.pdb" /debug /machine:I386 /out:"Debug/P1.exe" /pdbtype:sept  .\Debug\P1.OBJ "
<h3>Output Window</h3>
Compiling Fortran...
D:\Study\apple\study\SIMPLE2D\P1.FOR
D:\Study\apple\study\SIMPLE2D\P1.FOR(4) : Info: INCLUDE directive statement not supported
$INCLUDE:'SIMPLE.INC'
-^
D:\Study\apple\study\SIMPLE2D\P1.FOR(16) : Error: This EQUIVALENCE object must be an array.   [F]
 EQUIVALENCE (F(1,1,4),T(1,1))
---------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(31) : Error: This name has not been declared as an array.   [LSOLVE]
  LSOLVE(4)=.TRUE.
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(31) : Error: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
  LSOLVE(4)=.TRUE.
------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(32) : Error: This name has not been declared as an array.   [LPRINT]
 LPRINT(4)=.TRUE.
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(32) : Error: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
 LPRINT(4)=.TRUE.
------------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(33) : Error: This name has not been declared as an array.   [TITLE]
 TITLE(4)='   TEMP   '
--------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(41) : Error: This name has not been declared as an array.   [X]
101 T(I,J)=(X(I)+Y(J)+X(I)*Y(J))
----------------^
D:\Study\apple\study\SIMPLE2D\P1.FOR(68) : Error: This name has not been declared as an array.   [GAM]
500 GAM(I,J)=1.
--------^
Error executing df.exe.



<h3>Results</h3>
P1.exe - 8 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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