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