03 2021 档案

摘要:A Binarize It 一个for循环暴力查找即可 #include<bits/stdc++.h>#define ll long longusing namespace std;#define speed_up ios::sync_with_stdio(false);cin.tie(0);cou 阅读全文
posted @ 2021-03-14 20:19 SyrupWRLD 阅读(75) 评论(0) 推荐(0)
摘要:CodeForces - 1166C #include<bits/stdc++.h>#define ll long longusing namespace std;#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0); 阅读全文
posted @ 2021-03-07 16:32 SyrupWRLD 阅读(80) 评论(0) 推荐(0)