摘要: 比赛链接 A、 手摸不难发现,能做出的正方形大小就是当前的最大长度。所以直接输出向上取整即可。 点击查看代码 #include <bits/stdc++.h> using namespace std; #define N 1000010 #define ll long long template < 阅读全文
posted @ 2022-11-13 13:20 雪之下,树之旁 阅读(101) 评论(0) 推荐(0) 编辑