提交时间:2020-07-27 19:57:03

运行 ID: 5144

#include<bits/std.c++> using namespace std; int main(){ int a,b; cin<<a<<b; cout<<a%b<<" "<<a/b; return 0; }