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

📄 pvs3.p

📁 早期freebsd实现
💻 P
字号:
{TEST 6.6.5.2-2, CLASS=ERRORHANDLING}{ This program causes an error to occur as eof(f) does  not yield false prior to execution of a get on the file f.  The error should be detected at compile-time or run-time. }program t6p6p5p2d2(output);var   fyle : text;begin   rewrite(fyle);   writeln(fyle,'ABC');   reset(fyle);   get(fyle);            { fyle^='A' }   get(fyle);           { fyle^='B' }   get(fyle);           { fyle^='C' }   get(fyle);           { fyle^ undefined...eof is true }   get(fyle);           { error since eof is true }   writeln(' ERROR NOT DETECTED...6.6.5.2-2')end.

⌨️ 快捷键说明

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