#include using namespace std; int main(){ int a,b,c; cin>>a>>b; c=(a/b); b=(a%b); cout<<c<<" "<<b<<endl; return 0; }
使用您的 aoj 通用账户