📄 计算素数.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 计算素数 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ning\LOCALS~1\Temp\RSP6C.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/计算素数.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\Documents and Settings\ning\桌面\计算素数\Miu.cpp"
"C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP"
"C:\Documents and Settings\ning\桌面\计算素数\P2.CPP"
"C:\Documents and Settings\ning\桌面\计算素数\Plist.cpp"
"C:\Documents and Settings\ning\桌面\计算素数\S1.CPP"
"C:\Documents and Settings\ning\桌面\计算素数\s2.cpp"
"C:\Documents and Settings\ning\桌面\计算素数\StdAfx.cpp"
"C:\Documents and Settings\ning\桌面\计算素数\主函数.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ning\LOCALS~1\Temp\RSP6C.tmp"
Creating temporary file "C:\DOCUME~1\ning\LOCALS~1\Temp\RSP6D.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 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:no /pdb:"Release/计算素数.pdb" /machine:I386 /out:"Release/计算素数.exe"
".\Release\Miu.obj"
".\Release\P2(big).obj"
".\Release\P2.OBJ"
".\Release\Plist.obj"
".\Release\S1.OBJ"
".\Release\s2.obj"
".\Release\StdAfx.obj"
".\Release\主函数.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ning\LOCALS~1\Temp\RSP6D.tmp"
<h3>Output Window</h3>
Compiling...
Miu.cpp
C:\Documents and Settings\ning\桌面\计算素数\Miu.cpp(34) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
P2(big).CPP
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(27) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(27) : warning C4244: 'initializing' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(28) : warning C4244: 'initializing' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(29) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(29) : warning C4244: 'initializing' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(34) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(71) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(72) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(73) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(145) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2(big).CPP(264) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
P2.CPP
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(27) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(27) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(28) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(29) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(29) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(34) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(34) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(132) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(137) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(169) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(251) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(256) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\P2.CPP(289) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
Plist.cpp
S1.CPP
C:\Documents and Settings\ning\桌面\计算素数\S1.CPP(20) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\S1.CPP(20) : warning C4244: '+=' : conversion from 'double' to '__int64', possible loss of data
s2.cpp
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(106) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(114) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(120) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(120) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(126) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(145) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(167) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(186) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(189) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(190) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(215) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(217) : warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(224) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(225) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(230) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(230) : warning C4244: '=' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(256) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(279) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(280) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(289) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(289) : warning C4244: '=' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(290) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(326) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(328) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(350) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(351) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(356) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(356) : warning C4244: '=' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(381) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(406) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(407) : warning C4244: 'argument' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(415) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(415) : warning C4244: '=' : conversion from 'double' to '__int64', possible loss of data
C:\Documents and Settings\ning\桌面\计算素数\s2.cpp(416) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
StdAfx.cpp
主函数.cpp
C:\Documents and Settings\ning\桌面\计算素数\主函数.cpp(72) : warning C4244: 'argument' : conversion from '__int64' to 'double', possible loss of data
Linking...
<h3>Results</h3>
计算素数.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -