思路分析
任务拆解:
关键点分析:
/
%
步骤规划:
代码对应:
int a,b;
cin>>a>>b;
int sum=a/b;
int ans=a%b;
cout<<sum<<" "<<ans;
使用您的 Hydro 通用账户