
codeforce
Yuzzzzzz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforce 2149(div3
A 水题 #include<cstdio> #include<iostream> #include<cstring> #include<algorithm> using namespace std; int arr[110]; int main() { ios::sync_with_stdio(false); cin.tie(0); ...原创 2019-10-23 20:16:31 · 262 阅读 · 0 评论 -
Educational Codeforces Round 74 (Rated for Div. 2)
A #include<cstdio> #include<iostream> #include<algorithm> #define ll long long using namespace std; int main() { ll a,b;int T;cin>>T; while(T--) { cin>>a>>...原创 2019-10-22 22:51:12 · 166 阅读 · 0 评论 -
Codeforces Round #590 (Div. 3) (迷惑行为大鉴)
谁又不是个智障呢A水题B简单模拟C 成为马里奥D 找不同E 猜题意F 旋转跳跃我闭着眼 A水题 乱搞 #include<cstdio> #include<iostream> #define ll long long using namespace std; int main() { int T;cin>>T; while(T--) { ...原创 2019-10-05 17:31:01 · 317 阅读 · 0 评论