1 条题解

  • 0
    @ 2023-8-27 14:20:13
    a=int(input())
    b=int(input())
    c=a-b
    d=b-a
    if c<0:
        c+=14
    if d<0:
        d+=14
    print(min(c,d))
    
    • 1

    信息

    ID
    1135
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    (无)
    递交数
    14
    已通过
    11
    上传者