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

📄 pl.plg

📁 这是我们的一个上机题,做词法分析和语法的,希望对大家的学习有所帮助
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: pl - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\Temp\RSP6.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/pl.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\杨超(200106020074)\PL\PL.cpp"
]
Creating command line "cl.exe @D:\Temp\RSP6.tmp" 
Creating command line "link.exe /nologo /subsystem:console /incremental:yes /pdb:"Debug/pl.pdb" /debug /machine:I386 /out:"Debug/pl.exe" /pdbtype:sept  ".\Debug\PL.obj" "
<h3>Output Window</h3>
Compiling...
PL.cpp
f:\杨超(200106020074)\pl\pl.cpp(1405) : error C2065: 'IntVector' : undeclared identifier
f:\杨超(200106020074)\pl\pl.cpp(1405) : error C2146: syntax error : missing ';' before identifier 'PosVector'
f:\杨超(200106020074)\pl\pl.cpp(1405) : error C2065: 'PosVector' : undeclared identifier
f:\杨超(200106020074)\pl\pl.cpp(1406) : error C2146: syntax error : missing ';' before identifier 'L'
f:\杨超(200106020074)\pl\pl.cpp(1406) : error C2065: 'L' : undeclared identifier
f:\杨超(200106020074)\pl\pl.cpp(1407) : error C2146: syntax error : missing ';' before identifier 'NeedJumpEndVector'
f:\杨超(200106020074)\pl\pl.cpp(1407) : error C2065: 'NeedJumpEndVector' : undeclared identifier
f:\杨超(200106020074)\pl\pl.cpp(1411) : error C2065: 'FirstIn' : undeclared identifier
f:\杨超(200106020074)\pl\pl.cpp(1424) : error C2228: left of '.push_back' must have class/struct/union type
f:\杨超(200106020074)\pl\pl.cpp(1425) : error C2228: left of '.push_back' must have class/struct/union type
f:\杨超(200106020074)\pl\pl.cpp(1445) : error C2228: left of '.push_back' must have class/struct/union type
f:\杨超(200106020074)\pl\pl.cpp(1455) : error C2228: left of '.size' must have class/struct/union type
f:\杨超(200106020074)\pl\pl.cpp(1457) : error C2109: subscript requires array or pointer type
f:\杨超(200106020074)\pl\pl.cpp(1460) : error C2109: subscript requires array or pointer type
f:\杨超(200106020074)\pl\pl.cpp(1463) : error C2228: left of '.size' must have class/struct/union type
f:\杨超(200106020074)\pl\pl.cpp(1464) : error C2109: subscript requires array or pointer type
Error executing cl.exe.



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

⌨️ 快捷键说明

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