数学上:
(a×c) mod b=(a mod b)×(c mod b)(a\times c)\ \bmod b=(a \ \bmod b)\times(c\ \bmod b)(a×c) modb=(a modb)×(c modb)
在c++的%下成立吗?(负数取模)
%