eolymp
Competitions

Week 1 Introduction Part 2

Next number

Time limit 1 second
Memory limit 128 MiB

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
Source "ABC programming"