The thing is that the % operator isn't the "modulo operator" but the "division remainder" operator with the following equality (a/b)*b + a%b == a (for b!=0)
確定! 回上一頁