题解列表
贪心盾神与积木游戏(超时有点烦)
摘要:解题思路: 贪心点:先帮差值最小的完成积木作品注意事项:参考代码:# 时间超限: 64 分 运行时间: 6803ms
m = int(input())
for _ in ……
Python才是最牛的,其他的就是Shit!
摘要:import math
print(math.factorial(int(input())))Python 是一种易学易用且功能强大的高级编程语言,具有许多独特的优点,使其成为开发者和数据科学家们的……