证毕


私信TA

用户名:uq_84608482620

访问量:2506

签 名:

等  级
排  名 1751
经  验 2667
参赛次数 0
文章发表 21
年  龄 0
在职情况 学生
学  校 NUAA
专  业 物理学

  自我简介:

解题思路:

注意事项:

参考代码:

m = 0
x = 0
month = 1
isTrue = True
while True:
    try:
        n = int(input())
        if x + 300 < n:
            print(-month)
            isTrue = False
            break
        if x + 300 - n >= 100:
            c = (x+300-n) // 100 * 100
            m += c
            x = (x + 300 - n) - c
            month += 1
        else:
            x = x + 300 -n
            month += 1
    except:
        break
  
if isTrue:
    print(int(m * 1.2 + x))


 

0.0分

1 人评分

  评论区

  • «
  • »