eolymp
bolt
Try our new interface for solving problems
Problems

The next number

The next number

Given number n. Print the number n + 1.

Input

One non-negative integer n is given. The number of its digits does no exceed 106.

Output

Print the number n + 1.

Time limit 2 seconds
Memory limit 128 MiB
Input example #1
3
Output example #1
4