NIYAXIMEN

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年12月31日

摘要: Dashboard - Educational Codeforces Round 166 Problem - A - Codeforces 签到(写的有点烦...) #include<bits/stdc++.h> using namespace std; const int N=2e5+10; vo 阅读全文
posted @ 2024-12-31 15:05 AsukaAlice 阅读(10) 评论(0) 推荐(0)

摘要: Educational Codeforces Round 165 Problem - A - Codeforces 答案只会是2或3,分类一下就好了 #include<bits/stdc++.h> using namespace std; const int N=2e5+10; int n; int 阅读全文
posted @ 2024-12-31 11:47 AsukaAlice 阅读(16) 评论(0) 推荐(0)