(a * b) mod c = (a mod c * b mod c) mod c

이거 자주 보이는데 이걸 뭐라고 말하고 증명은 뭐라고 검색해야 나올까?

- dc official App