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

📄 gift1b.lpi

📁 USACO 1.1.2题解 描述 对于一群要互送礼物的朋友
💻 LPI
字号:
<?xml version="1.0"?><CONFIG>  <ProjectOptions>    <PathDelim Value="\"/>    <Version Value="5"/>    <General>      <Flags>        <MainUnitHasUsesSectionForAllUnits Value="False"/>        <MainUnitHasCreateFormStatements Value="False"/>        <MainUnitHasTitleStatement Value="False"/>      </Flags>      <MainUnit Value="0"/>      <TargetFileExt Value=".exe"/>      <ActiveEditorIndexAtStart Value="0"/>    </General>    <Units Count="2">      <Unit0>        <CursorPos X="21" Y="53"/>        <EditorIndex Value="0"/>        <Filename Value="gift1.pas"/>        <IsPartOfProject Value="True"/>        <Loaded Value="True"/>        <TopLine Value="31"/>        <UnitName Value="gift1"/>        <UsageCount Value="20"/>      </Unit0>      <Unit1>        <CursorPos X="1" Y="31"/>        <EditorIndex Value="1"/>        <Filename Value="gift1.in"/>        <Loaded Value="True"/>        <SyntaxHighlighter Value="None"/>        <TopLine Value="9"/>        <UsageCount Value="10"/>      </Unit1>    </Units>    <PublishOptions>      <Version Value="2"/>      <IgnoreBinaries Value="False"/>      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>    </PublishOptions>    <RunParams>      <local>        <FormatVersion Value="1"/>        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>      </local>    </RunParams>    <JumpHistory Count="1" HistoryIndex="0">      <Position1>        <Filename Value="gift1.pas"/>        <Caret Line="53" Column="21" TopLine="31"/>      </Position1>    </JumpHistory>  </ProjectOptions>  <CompilerOptions>    <Version Value="5"/>    <PathDelim Value="\"/>    <CodeGeneration>      <Generate Value="Faster"/>    </CodeGeneration>    <Other>      <CompilerPath Value="$(CompPath)"/>    </Other>  </CompilerOptions>  <Debugging>    <Watches Count="4">      <Item1>        <Expression Value="np[n].name"/>      </Item1>      <Item2>        <Expression Value="np[n].money"/>      </Item2>      <Item3>        <Expression Value="np[k].name"/>      </Item3>      <Item4>        <Expression Value="np[k].money"/>      </Item4>    </Watches>    <Exceptions Count="2">      <Item1>        <Name Value="ECodetoolError"/>      </Item1>      <Item2>        <Name Value="EFOpenError"/>      </Item2>    </Exceptions>  </Debugging></CONFIG>

⌨️ 快捷键说明

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