Facto sum problem meaning

What does factorial modulo 107 means?

Modulo is an operator that will give you the remainder after dividing by a number.
For example, 2%3=2 , 3%3=0 , 4%3=1 , 5%3=2 and so on.
In this question, you have to calculate (factorial value)%107

3 Likes