2 条题解

  • 1
    @ 2025-5-29 9:06:42
    a=input().split()
    x1=int(a[0])
    x2=int(a[1])
    x3=int(a[2])
    x4=int(a[3])
    x5=int(a[4])
    x2=x2+x1//3
    x5=x5+x1//3
    x1=x1//3
    x3=x3+x2//3
    x1=x1+x2//3
    x2=x2//3
    x4=x4+x3//3
    x2=x2+x3//3
    x3=x3//3
    x5=x5+x4//3
    x3=x3+x4//3
    x4=x4//3
    x1=x1+x5//3
    x4=x4+x5//3
    x5=x5//3
    x1="    "+str(x1)
    x2="    "+str(x2)
    x3="    "+str(x3)
    x4="    "+str(x4)
    x5="    "+str(x5)
    print(x1[len(x1)-5:len(x1)]+x2[len(x2)-5:len(x2)]+x3[len(x3)-5:len(x3)]+x4[len(x4)-5:len(x4)]+x5[len(x5)-5:len(x5)])
    
    

    信息

    ID
    566
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    44
    已通过
    18
    上传者