Given a positive integer
Constraints
Input Specification
The input consists of a single line containing the integer
Output Specification
Print, on a single line, the smallest positive integer greater than
Sample Input 1
Copy
99
Sample Output 1
Copy
111
Sample Input 2
Copy
1234
Sample Output 2
Copy
1235
Comments