<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>RealDevClub - 竞赛园地</title>
    <link>https://www.realdevclub.com/forum.php?mod=forumdisplay&amp;fid=28</link>
    <description>Latest 20 threads of 竞赛园地</description>
    <copyright>Copyright(C) RealDevClub</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 06 Apr 2026 21:35:38 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.realdevclub.com/static/image/common/logo_88_31.gif</url>
      <title>RealDevClub</title>
      <link>https://www.realdevclub.com/</link>
    </image>
    <item>
      <title>ACSL 2025~26 Round3 编程题及满分代码</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=4164</link>
      <description><![CDATA[初级组



参考程序1：


参考程序2：


参考程序3，看上去这位同学的代码有些不一样：]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Fri, 20 Mar 2026 13:17:36 +0000</pubDate>
    </item>
    <item>
      <title>ACSL 2025~26 Round2 上机题及满分代码</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=4113</link>
      <description><![CDATA[首先，根据同学们的反馈，为匹配ACSL编程部分对数据格式的要求，如果觉得代码正确但提交错误，建议尝试：
输入的文本要去除末尾的换行，比如 .strip()
输出的文本可能也要去除末尾的换行，比如 print(txt, end = \'\')
这些从我后面贴的满分代码中，都能看出来

初级组


 ...]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Sun, 15 Feb 2026 08:23:52 +0000</pubDate>
    </item>
    <item>
      <title>如何评价一月USACO Silver T2</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=4008</link>
      <description><![CDATA[]]></description>
      <category>竞赛园地</category>
      <author>C0mp1ler</author>
      <pubDate>Sat, 10 Jan 2026 15:13:40 +0000</pubDate>
    </item>
    <item>
      <title>ACSL 2025~26 Round1 上机题及满分代码</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=3935</link>
      <description><![CDATA[提示：本文从题目到代码都是图片，需账号登录后看到完整信息，请用电脑不建议手机。


首先是初级组题目]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Tue, 16 Dec 2025 11:14:20 +0000</pubDate>
    </item>
    <item>
      <title>CSP-J与CSP-S备考练习题</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=811</link>
      <description><![CDATA[可以在洛谷上找到，

J：https://www.luogu.com.cn/problem/list?type=luogu&amp;page=1&amp;tag=343
S：https://www.luogu.com.cn/problem/list?type=luogu&amp;page=1&amp;tag=342]]></description>
      <category>竞赛园地</category>
      <author>潮汐</author>
      <pubDate>Wed, 29 Oct 2025 12:04:34 +0000</pubDate>
    </item>
    <item>
      <title>2025 ACSL all-star 题目讨论贴</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=727</link>
      <description><![CDATA[2025.8.16，All-Star结束了

除了庆祝成绩，也有些同学在讨论题目：为什么我没有把分数都得到？别人的程序是怎么写的呢？
那就开个讨论贴吧。

先贴初级组编程题。有没有同学贡献思路和满分代码呀？










 ...]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Sun, 24 Aug 2025 00:10:41 +0000</pubDate>
    </item>
    <item>
      <title>【acsl真题】中级组第二轮</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=691</link>
      <description><![CDATA[问题：书加密法是一种发送者和接收者使用相同的文本对信息进行编码和解码的方法。发送者对信息进行编码时，使用 \&quot;s.w.c\&quot; 格式将要发送的信息中的每个字母数字字符替换为该字符在文本中的位置。\&quot;s.w.c\&quot; 格式代表文本中句子的编号(s)，句子中单词的编号(w)，单词中字符的 ...]]></description>
      <category>竞赛园地</category>
      <author>脆脆大奶酪</author>
      <pubDate>Thu, 14 Aug 2025 07:47:26 +0000</pubDate>
    </item>
    <item>
      <title>【acsl全明星初级组真题】</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=690</link>
      <description><![CDATA[问题: 行程长度编码是一种数据压缩技术，适用于存在大量重复值的数据（如黑白图像）。其原理是将多个连续重复的字符替换为该字符后紧跟其重复出现的次数。这种压缩技术是无损的，这意味着可以用压缩版本重建原始数据源。例如，输入字符串 ABBCEEEEAAAAAADDDAAA。其编码 ...]]></description>
      <category>竞赛园地</category>
      <author>脆脆大奶酪</author>
      <pubDate>Thu, 14 Aug 2025 07:31:40 +0000</pubDate>
    </item>
    <item>
      <title>【acsl全明星备赛】发个真题</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=689</link>
      <description><![CDATA[问题: Thirteen 是一种流行的多人纸牌游戏。该游戏采用多副纸牌，每副纸牌有 52 张牌，包括四种花色：Clubs（梅花）、Diamonds（方块）、Hearts（红心）和 Spades（黑桃），牌面从 2 到 A。在这个游戏中，牌的花色不作区分，且 2 是最大的牌。因此，所有牌按牌面从小到 ...]]></description>
      <category>竞赛园地</category>
      <author>脆脆大奶酪</author>
      <pubDate>Wed, 13 Aug 2025 09:02:26 +0000</pubDate>
    </item>
    <item>
      <title>全明星备赛</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=686</link>
      <description><![CDATA[曾经参加过全明星，但是那时候编程水平实在难绷，属于中级第一轮愣半天类型选手，不是很有参考价值


总结一下全明星的难度和广度
难度略比前几轮难，但就像上一个帖子我刷到有人@zifeng说的，不会对智商产生任何挑战
全明星赛笔试：
广度还是比较广的，一共25题，包含 ...]]></description>
      <category>竞赛园地</category>
      <author>Shawn赵瑞翔</author>
      <pubDate>Tue, 12 Aug 2025 14:33:24 +0000</pubDate>
    </item>
    <item>
      <title>ACSL全明星赛比较吃练度</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=664</link>
      <description><![CDATA[如题，印象里前四轮的ACSL都是白送，但是全明星赛抱着一样随便写写就能满分的心态去做，最后竟然有1题未做完，做出的题目估计也错了一题。

对于考试范围已经有点记忆模糊了，但是建议学弟学妹们要达到以下水平：
知道并熟练运用布尔运算的小结论，例如absorption rules ...]]></description>
      <category>竞赛园地</category>
      <author>Ray</author>
      <pubDate>Sun, 03 Aug 2025 05:02:10 +0000</pubDate>
    </item>
    <item>
      <title>一道有意思的填空题</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=291</link>
      <description><![CDATA[选择题：给定一棵二叉树，其前序遍历结果为：ABDECFG，中序遍历结果为：DEBACFG。请问这棵树的正确后序遍历结果是什么？（）A. EDBFGCA    B. EDBGCFA    C. DEBGFCA    D. DBEGFCA这是CSP的真题，但是同学们的答案都很不一致。大家来研究研究，讨论讨论。
 ...]]></description>
      <category>竞赛园地</category>
      <author>happy_idea</author>
      <pubDate>Fri, 23 May 2025 14:24:31 +0000</pubDate>
    </item>
    <item>
      <title>ACSL——进制转换</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=194</link>
      <description><![CDATA[什么是进制？
进制是我们命名和表示数字的方式。n进制就是在这个数字系统中逢n进1。我们在日常生活中使用的数制被称为十进制数制，或以 10 为基数的数制，因为它逢10进1，基于 10 种不同的数字：0、1、2、……、8 和 9。数的基数会作为数字的下标写在数字后面。例如，十 ...]]></description>
      <category>竞赛园地</category>
      <author>BZR</author>
      <pubDate>Sun, 04 May 2025 03:41:59 +0000</pubDate>
    </item>
    <item>
      <title>C++本周周周练</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=122</link>
      <description><![CDATA[B4092 [CSP-X2021 山东] 疯狂的数列
P11228 [CSP-J 2024] 地图探险]]></description>
      <category>竞赛园地</category>
      <author>happy_idea</author>
      <pubDate>Thu, 20 Mar 2025 04:45:38 +0000</pubDate>
    </item>
    <item>
      <title>ACSL 2024~25 Round3 3月16日 召集贴</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=118</link>
      <description><![CDATA[同学们，今天赛的怎么样呀？
任何感想、任何吐槽、任何回忆，欢迎写在这里]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Sun, 16 Mar 2025 04:00:00 +0000</pubDate>
    </item>
    <item>
      <title>ACSL -&gt; 数据结构</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=117</link>
      <description><![CDATA[1. ​栈（Stack）​
栈是一种线性数据结构，遵循后进先出​的原则。它只允许在一端（栈顶）进行数据的插入和删除操作。比如你倒水到水杯里，然后喝水。特点：
 [*]基本操作包括 PUSH（将元素压入栈顶）和 POP（从栈顶弹出元素）。
 [*]栈顶是唯一可以访问的位置，栈底是 ...]]></description>
      <category>竞赛园地</category>
      <author>AquaVision</author>
      <pubDate>Sat, 15 Mar 2025 14:17:46 +0000</pubDate>
    </item>
    <item>
      <title>布尔代数</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=112</link>
      <description><![CDATA[一、什么是布尔代数？
布尔代数是一种数学结构，通常用于逻辑运算和集合运算。它基于两个值：True 和 False，一般分别表示 1 和 0


二、布尔代数的运算
  &gt;基本运算
    1. 与  ( and ): 当两个值都为真时，结果为真
        符号通常用 “ · ” 表示，有时也可省略不 ...]]></description>
      <category>竞赛园地</category>
      <author>wyf</author>
      <pubDate>Wed, 12 Mar 2025 08:12:07 +0000</pubDate>
    </item>
    <item>
      <title>C++周周练题目</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=83</link>
      <description><![CDATA[这个帖子发布C++周周练题目，每周老师续贴发布新的题目。]]></description>
      <category>竞赛园地</category>
      <author>happy_idea</author>
      <pubDate>Sat, 01 Mar 2025 07:50:49 +0000</pubDate>
    </item>
    <item>
      <title>USACO, 2025 Feb, 召集贴</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=68</link>
      <description><![CDATA[这个周末有一场USACO，看上去参赛时间一直到周二19:00截止呢

同学们不要放过操练机会，赛了就有收获！
Start The Contest!!!
如果你已经赛完了，不管青铜还是白银还是黄金，来说说感想吧！


 ...]]></description>
      <category>竞赛园地</category>
      <author>liuyi</author>
      <pubDate>Sat, 22 Feb 2025 09:10:52 +0000</pubDate>
    </item>
    <item>
      <title>求助！！！</title>
      <link>https://www.realdevclub.com/forum.php?mod=viewthread&amp;tid=67</link>
      <description><![CDATA[哪位大师能帮我看看USACO Bronze December 的第二题怎么做]]></description>
      <category>竞赛园地</category>
      <author>fftt515</author>
      <pubDate>Sat, 22 Feb 2025 01:06:05 +0000</pubDate>
    </item>
  </channel>
</rss>