提交时间:2024-01-22 17:08:52
运行 ID: 123032
#include<iostream> using namespace std; int main() { int m,n; cin>>m>>n; cout<<m/n<<"\n"<<m%n<<endl; }