- Time limit: 1.00 s
- Memory limit: 512 MB
Let denote the sum of divisors of an integer . For example, .
Your task is to calculate the sum modulo .
Input
The only input line has an integer .
Output
Print modulo .
Constraints
Example
Input:
5
Output:
21