unsignedlonglong
unsignedlonglong
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
unsignedlonglong的博客
全部文章
(共3篇)
Codeforces Round 111 (Div. 2) C. Manhattan Subarrays
Educational Codeforces Round 111 (Rated for Div. 2) C. Manhattan Subarrays 若想有三点满足这条公式 ,假设 已知两点的坐标,若想使 点坐标 满足上述公式这一点 需要落在 以 为对角线的矩形上 因为题目的限制,所以一个序...
Codeforces
2021-07-16
0
206
Codeforces Round #732 (Div. 2) D. AquaMoon and Chess
Codeforces Round #732 (Div. 2) D. AquaMoon and Chess 定义一种分组方法: 对于一串‘01’序列 ,若当前位置, 且 且 当前的不属于任何一组,那么就将 与 归为一组,例如 '0111011',可以分为两组 分别是 下标 为 和 下表为 ...
Codeforces
2021-07-13
0
159
Codeforces Round #729 (Div. 2) C. Strange Function
Codeforces Round #729 (Div. 2) C. Strange Function 对于每个数 存在 一个数 使得 x % i != 0 的 最小的整数 ,对于每个数 它的 必定是大于等于 2 的, 而 哪些数 它的 是 3 4 5 ……,我们可以这样看, 对一个数 ...
Codeforces
2021-07-04
0
192