So, I\'m now learning competitive programming, and the topic was "modular arithmetic". It\'s said that you can use (a*b) % c = ((a % c) * (b % c)) % c and the book tel