摘要: 链接 Educational Codeforces Round 144 (Rated for Div. 2) 只会两个题太弱了 A题 先打表找出一个很长的字符字串然后,用strstr查找找到yes找不到no #include <iostream> #include <algorithm> #incl 阅读全文
posted @ 2023-03-01 23:02 harper886 阅读(38) 评论(0) 推荐(0) 编辑
摘要: B. Prinzessin der Verurteilung 链接 B. Prinzessin der Verurteilung 直接暴力枚举所有情况,可以发现最多最多枚举到3个字符就可以通过 #include <iostream> #include <algorithm> #include <cs 阅读全文
posted @ 2023-03-01 22:45 harper886 阅读(12) 评论(0) 推荐(0) 编辑