7 条题解

  • 0
    @ 2025-5-17 15:41:14

    a,b=input().split() a=float(a) b=float(b) c=int(a//b) d="%.2f" %(a/b) print(c,d)

    信息

    ID
    15
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    1007
    已通过
    474
    上传者