提交时间:2024-11-09 20:59:14
运行 ID: 56197
#include<iostream> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a/b<<" "<<a%b<<endl; return 0; }