Problems
Next number
Next number
Read one integer and print the next integer.
Input
One integer n, no more than 1018
by absolute value.
Output
Print the next integer.
Input example #1
10
Output example #1
11