摘要: https://codeforces.com/contest/1181/problem/B 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 string cal(string a,string b) 阅读全文
posted @ 2020-01-30 16:01 古比 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://codeforces.com/contest/1295/problem/D 不理解为啥这样做 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int N=1e6+10; 阅读全文
posted @ 2020-01-30 14:23 古比 阅读(109) 评论(0) 推荐(0) 编辑