欣赏天才之作 摘要:import math def find_defective_ball(N): k = math.ceil(math.log(N, 3)) return k while Tru…… 题解列表 2023年10月16日 0 点赞 0 评论 364 浏览 评分:9.9
自己调用自己(Python) 摘要:def panduan(n): if n==3 or n==2: return 1 elif n==1: return 0 else: wh…… 题解列表 2021年04月14日 0 点赞 0 评论 241 浏览 评分:0.0