提交时间:2026-02-04 01:08:38
运行 ID: 83905
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }