You are given a multiplicative function , where when is prime. Determine modulo .
Input Specification
The only line contains an integer, .
Output Specification
Output modulo .
Sample Input
5
Sample Output
10
You are given a multiplicative function , where when is prime. Determine modulo .
The only line contains an integer, .
Output modulo .
5
10
Comments