1 条题解

  • 0
    @ 2025-1-16 20:33:22
    1. #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }
    • 1

    信息

    ID
    10
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    115
    已通过
    84
    上传者