PythonOtakus
PythonOtakus
全部文章
分类
题解(7)
归档
标签
去牛客网
登录
/
注册
PythonOtakus的博客
全部文章
(共1篇)
题解 | #置换操作#
C题讨论合并的段是否相邻即可 from itertools import accumulate def f(x): return (x+1)*x >> 1 def...
Python3
pypy3
前缀和
滑动窗口
计数
枚举
2025-06-04
0
14