摘要: ##A. Oops, It’s Yesterday Twice More 题解:分成四个区域,然后将所有的点先集中到对应取余的角落,然后再移动到终点 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef 阅读全文
posted @ 2022-11-16 17:31 HHzp 阅读(200) 评论(0) 推荐(0) 编辑