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