也许放晴会比较好一点


私信TA

用户名:uq_16654036368

访问量:2709

签 名:

等  级
排  名 781
经  验 3755
参赛次数 0
文章发表 34
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

import math
def find_defective_ball(N):
    k = math.ceil(math.log(N, 3))
    return k
while True:
    N = int(input())
    if N==0:
        break
    print(find_defective_ball(N))


 

0.0分

1 人评分

  评论区

  • «
  • »