1 条题解

  • 0
    @ 2023-10-26 19:35:17
    #include<bits/stdc++.h>
    using namespace std;
    long a,b;
    int main(){
    	cin>>a>>b;
    	cout<<a/b<<" "<<a%b;
    	return 0;
    }
    
    • 1

    信息

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