Codeforces
https://codeforces.com/
https://codeforces.ml/
Loafer_W
这个作者很懒,什么都没留下…
展开
-
Codeforces Round #634 (Div.3)
A题链接B题链接C题链接D题链接 A题链接 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main(){ int t; cin>>t; while(t--){ ll n; cin>>n; if(n%2==0) cout<<n/2-...原创 2020-04-16 13:37:26 · 94 阅读 · 0 评论 -
Educational Codeforces Round 85 (Div.2)
前言 未完待续 A题链接 没什么好说的,看代码吧 #include<bits/stdc++.h> using namespace std; #define maxn 105 int main(){ int t; cin>>t; while(t--){ int n,p[maxn],c[maxn]; cin>>n; for(int i=0;i&l...原创 2020-04-11 00:42:09 · 159 阅读 · 0 评论 -
Codeforces Round #632 (Div.2)
前言 没玩过cf,慢慢来吧。这对英语不好的我有点不太友好呀,有时候明明可以做出来,却因为题意。。。QAQ A题链接 就挺神奇 #include<bits/stdc++.h> using namespace std; int n,m; int main(){ int t; cin>>t; while(t--){ cin>>n>>m; f...原创 2020-04-10 11:17:38 · 112 阅读 · 0 评论