1 条题解

  • 0
    @ 2025-8-27 14:13:00
    a,b=map(int,input().split())
    c=a//b
    d=a%b
    print(str(c)+" "+str(d))
    
    • 1

    信息

    ID
    438
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    59
    已通过
    40
    上传者