PythonOtakus
PythonOtakus
全部文章
题解
归档
标签
去牛客网
登录
/
注册
PythonOtakus的博客
全部文章
/ 题解
(共2篇)
题解 | #二十四点#
from math import inf def main(): ans = [[inf]*5001 for _ in range(9)]  ...
Python3
pypy3
动态规划
枚举
2025-06-04
0
14
题解 | #置换操作#
C题讨论合并的段是否相邻即可 from itertools import accumulate def f(x): return (x+1)*x >> 1 def...
Python3
pypy3
前缀和
滑动窗口
计数
枚举
2025-06-04
0
14