remainder=quotient%10;

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/18 01:49:14
remainder=quotient%10;
x)+JMKI--,/L+Q54I*%_`gWO{w>r'ꁥtY= 2J4TStLU5mmm^}X%}6yv VMp

remainder=quotient%10;
remainder=quotient%10;

remainder=quotient%10;
%是取余,/是除以.
比如:printf("%d",5%3);===>输出2
printf("%d",5/3);===>输出1