02 2021 档案

摘要:#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-02-21 21:05 SyrupWRLD 阅读(95) 评论(0) 推荐(0)
摘要:C - C CodeForces - 991C 二分查找 #include<bits/stdc++.h>#define ll long longusing namespace std;#define speed_up ios::sync_with_stdio(false);cin.tie(0);co 阅读全文
posted @ 2021-02-07 22:23 SyrupWRLD 阅读(66) 评论(0) 推荐(0)