C语言:判断整除

if (aa%10==0)来判断

不能用if (aa/10==int(aa/10)) 判断

posted @ 2021-04-03 10:42  myrj  阅读(970)  评论(0)    收藏  举报