摘要: 1.To 3 原题链接: http://162.14.124.219/contest/1007/problem/I 记录数组中除3余数的种类和个数,以及数组元素总和除3的余数,最后判断(考虑总余数为1,两个元素余数为2和总余数为2,两个元素余数为1的特殊情况) 查看代码 #include <bits 阅读全文
posted @ 2024-07-12 13:06 伊芙加登 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1.Minimum Width 原题链接: http://162.14.124.219/contest/1006/problem/C 二分一行最大容量,如果check小于等于总行数就扩大,反之则缩小 查看代码 #include <bits/stdc++.h> #define int long lon 阅读全文
posted @ 2024-07-12 12:26 伊芙加登 阅读(4) 评论(0) 推荐(0) 编辑