2 条题解

  • 0
    @ 2024-12-13 13:04:47

    #include<bits/stdc++.h> using namespace std; int a,b,c; int main(){ cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }

    信息

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