提交时间:2020-07-24 17:59:26

运行 ID: 4877

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