算法流程图mod(a,b)是什么

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/19 18:24:14

算法流程图mod(a,b)是什么

java路过
mod(a,b)就是 a%b
表示取余数
比如 mod(7 ,3)就是 7%3 结果是1

就是a除以b的余数