Competitions
Week 1 Introduction Part 2
Previous number
Read one integer and print the previous integer.
Input data
One integer n, no more than 10^{18} by absolute value.
Output data
Print the previous integer.
Examples
Input example #1
10
Output example #1
9