提交时间:2026-03-27 14:41:12
运行 ID: 86208
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }