前言 由于负责出题的几个人近期都在准备区域赛,这次校赛准备的时间比较仓促,校赛当中出现的许多锅向大家道歉。这次校赛的所有数据都是我造的,B题造数据的时候没有考虑到最极限的情况,导致很多暴力解法通过,J题则是 std 写错了,赛时紧急修复数据并重测了。 A.欢迎 输出一个字符串即可 C++代码 void solve() { cout<<"I have read and agreed to the testing protocol."; } PHP代码 I have read and agreed to the testing protocol. B.递归缩写 先从原字符串当中提取...