提交时间:2024-02-15 22:47:57

运行 ID: 40656

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