1 条题解

  • 1
    @ 2025-7-31 7:30:26

    python做法

    a , b = int(input()),int(input())
    print (a // b)
    
    • 1

    信息

    ID
    203
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    (无)
    递交数
    21
    已通过
    3
    上传者