PythonOtakus
PythonOtakus
全部文章
题解
归档
标签
去牛客网
登录
/
注册
PythonOtakus的博客
全部文章
/ 题解
(共1篇)
题解 | #二十四点#
from math import inf def main(): ans = [[inf]*5001 for _ in range(9)]  ...
Python3
pypy3
动态规划
枚举
2025-06-04
0
14