摘要:
来水一篇博客,前面虽然打了挺多比赛,但是一直在忙项目和考试,没补题,那些就等补完题目再写完整的题解咯(:水多了也不好哈哈 https://atcoder.jp/contests/abc288 今天这场断层了,D直接ac人数不超过1k,unrated的我慢悠悠造完三题下班~ ###A - Many A 阅读全文
摘要:
https://www.acwing.com/activity/content/competition/problem_list/2814/ ###4797. 移动棋子 #include<bits/stdc++.h> using namespace std; typedef long long LL 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1014 详解见代码内部注释部分 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const L 阅读全文