1 条题解

  • 0
    @ 2025-8-14 14:17:01
    x,n=map(int,input().split())
    days=0
    for i in range(n):
        current_day=(x+i-1)%7+1
        if current_day<6:
            days+=250
    print(days)
    

    【深基3.习5】小鱼的航程(改进版)

    信息

    ID
    645
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    15
    已通过
    6
    上传者