eolymp
bolt
Try our new interface for solving problems
Problems

Winnie the Pooh

Winnie the Pooh

Winnie the Pooh sent a parcel - K liters of honey. At first he tried to pour it in barrels to 2 liters, but the thing - 1 liter left. Then he tried to pour it in barrels for 3 liters, and again left 2 liters. And so on, until he poured honey in barrels to N liters, and he left the N-1 liter of honey. Determine what is the minimum amount of honey can send Winnie.

Input

The only string that contains an integer N (2 ≤ N ≤ 19).

Output

Print the required number of K.

Time limit 1 second
Memory limit 64 MiB
Input example #1
2
Output example #1
1
Source Stage II Ukrainian School Olympiad 2011-2012, Berdichev