提交时间:2024-01-23 14:27:09

运行 ID: 124413

#include<bits/stdc++.h> using namespace std; int main() { int m,n; cin>>m>>n; cout<<m/n<<" "<<m%n; }