摘要: AtCoder Beginner Contest 381 总结 https://atcoder.jp/contests/abc381 罚时吃爽了 qwq。 A 按题意模拟,判断一下即可。 #include <iostream> #include <cstdio> #include <cstring> 阅读全文
posted @ 2024-11-22 23:25 zhouruoheng 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round 984 (Div. 3) 总结 https://codeforces.com/contest/2036 A 按题意模拟判断一下即可。 #include <iostream> #include <cstdio> #include <cstring> #include 阅读全文
posted @ 2024-11-22 13:41 zhouruoheng 阅读(7) 评论(0) 推荐(0) 编辑