The next number
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 128 megabytes
Given number n. Print the number n + 1.
Input
One non-negative integer n is given. The number of its digits does no exceed 10^6
.
Output
Print the number n + 1.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 16%