1 条题解

  • 0
    @ 2024-9-15 22:34:57
    s,t=map(int,input().split())
    p=6
    if (s>2):
        p+=(s-2)*1.8
    if (s>10):    
        p+=(s-10)*1.8*0.5
    p+=(t//3)*1
    if (p== int(p)):
        print(int(p))   
    else:
        print("%.1f"%p)   
    
    • 1

    信息

    ID
    219
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    90
    已通过
    11
    上传者