Run ID:133046
提交时间:2025-10-13 18:32:28
#include<iostream> using namespace std; int main(){ int a,b; cout<<a/b<<" "<<a%b<<endl; return 0; }