10 条题解

  • 1
    @ 2024-2-20 10:25:53
    #include<iostream> 
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a/b<<" "<<a%b;
    	return 0;
    }
    

    信息

    ID
    60
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    709
    已通过
    367
    上传者