Run ID:102075
提交时间:2024-12-21 11:53:08
#include<iostream> using namespace std; int main(){ int a,b,s,y; cin>>a>>b; cout<<a/b=s<<" "<<y; return 0; }