<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>华师一附中OI组 - 中级版</title>
    <link>http://hsyit.cn/forum.php?mod=forumdisplay&amp;fid=52</link>
    <description>Latest 20 threads of 中级版</description>
    <copyright>Copyright(C) 华师一附中OI组</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 28 Aug 2026 02:07:21 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://hsyit.cn/static/image/common/logo_88_31.gif</url>
      <title>华师一附中OI组</title>
      <link>http://hsyit.cn/</link>
    </image>
    <item>
      <title>马跳棋盘问题</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=69339</link>
      <description><![CDATA[经典问题：5*5的象棋棋盘上左下角有一个马，它能否从这点出发，把剩下的24个点都不重复的跳一次？]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Sat, 11 Apr 2020 10:16:09 +0000</pubDate>
    </item>
    <item>
      <title>高精度计算大楼</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=69285</link>
      <description><![CDATA[C++语言中最常用的数据类型是整数，有short,int,long long 等几种类型，每个还有一个unsign 选项，这些类型对于很大的数据运算来说就很有不足了，虽然实数float等可以表示更大的数但是精度有限，所以要是需要用到很大的整数或者精度很高的实数，我们需要手写高精度算法 ...]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Sun, 02 Feb 2020 06:20:07 +0000</pubDate>
    </item>
    <item>
      <title>文件输入输出技术</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=69275</link>
      <description><![CDATA[平时的训练为了方便大家都是从键盘上读入数据，将结果输出到屏幕上，所以我们一般直接cin,cout。但是标准考试的时候为了电脑自己评测需要，要求选手要使用文件输入输出，一般的做法是使用cstdio库里面的freopen函数。
具体做法如下：以NOIP2017初中组第一题，成绩score ...]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Thu, 14 Nov 2019 03:28:10 +0000</pubDate>
    </item>
    <item>
      <title>快读技术</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=69274</link>
      <description><![CDATA[]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Tue, 12 Nov 2019 07:18:52 +0000</pubDate>
    </item>
    <item>
      <title>非递归写的PMN</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=69245</link>
      <description><![CDATA[网课配套使用，大家贴上你的代码！]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Sat, 05 Oct 2019 13:21:05 +0000</pubDate>
    </item>
    <item>
      <title>下午班进度</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=45148</link>
      <description><![CDATA[]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Fri, 18 Jan 2019 06:57:32 +0000</pubDate>
    </item>
    <item>
      <title>苹果班10月训练计划</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=36429</link>
      <description><![CDATA[苹果班的小孩基本上都是华师一高中的初学者，目前他们学过c++的基本知识，懂一点简单的数据结构和算法设计，但是题量太少，很多知识没有好好消化，所以程序设计的基本思路不是很熟，框架和套路还没有建立起来。

目前NOIP在即，这段时间我们不打算讲新的知识，就是训 ...]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Sun, 21 Oct 2018 04:35:07 +0000</pubDate>
    </item>
    <item>
      <title>小葵班作业检索大楼</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=35856</link>
      <description><![CDATA[180501 华师一上课，讲了几个题目的多种做法，希望大家每种做法都自己认真做一下，方法没有好坏之分，只有合适与不合适。
1、cantor数，点评了大家的不同做法，尤其是有两位同学居然不约而同的用了二分法，这个很是神奇，当然也确实画蛇添足。
2、布置了几个简单题练 ...]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Tue, 01 May 2018 08:23:17 +0000</pubDate>
    </item>
    <item>
      <title>正男班作业检索大楼</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=35805</link>
      <description><![CDATA[正男班成员  

一组 ZXY HSQ CZJ ZYX ZYA WLO 
二组 JCY WQ LSX YCG]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Thu, 19 Apr 2018 03:00:54 +0000</pubDate>
    </item>
    <item>
      <title>二分法训练题</title>
      <link>http://hsyit.cn/forum.php?mod=viewthread&amp;tid=35795</link>
      <description><![CDATA[洛谷
P1024   一元三次方程求解 https://www.luogu.org/problemnew/show/P1024 我的解法参考 http://www.hsyit.cn/forum.php?mo ... 5793&amp;highlight=1024
P1163   银行贷款 https://www.luogu.org/problemnew/show/P1163 我的解法参考 http://www.hsyit.cn/forum.php? ...]]></description>
      <category>中级版</category>
      <author>admin</author>
      <pubDate>Sat, 14 Apr 2018 13:02:57 +0000</pubDate>
    </item>
  </channel>
</rss>