Run ID:43650
提交时间:2022-12-23 19:28:59
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b; return 0; }