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