
结论题
结论题
a1214034447
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #843 (Div. 2) A-E
Codeforces Round #843 (Div. 2)原创 2023-02-02 17:23:28 · 226 阅读 · 0 评论 -
Codeforces Round #798 (Div. 2) - E. ANDfinity
Codeforces Round #798 (Div. 2) E. ANDfinity原创 2022-08-18 16:58:26 · 156 阅读 · 0 评论 -
Educational Codeforces Round 123 (Rated for Div. 2) A-E
题目链接:http://codeforces.com/contest/1644 A. Doors and Keys 水题 #include<bits/stdc++.h> using namespace std; #define inf 0x3f3f3f3f #define lson l,mid,rt<<1 #define rson mid+1,r,(rt<<1)|1 typedef long long ll; const int mx = 3e5 + 10; .原创 2022-03-12 23:07:33 · 312 阅读 · 0 评论 -
Codeforces Round #599 (Div. 2) 题解
题目链接:https://codeforces.com/contest/1243 A - Maximum Square 水题不说了 #include <bits/stdc++.h> using namespace std; const int mx = 1e5 + 50; typedef long long ll; int n; int a[mx]; int main(...原创 2019-11-30 20:21:37 · 305 阅读 · 0 评论