#abc111b. [abc111_b]AtCoder Beginner Contest 111
[abc111_b]AtCoder Beginner Contest 111
Problem Statement
Kurohashi has never participated in AtCoder Beginner Contest (ABC).
The next ABC to be held is ABC (the -th ABC ever held). Kurohashi wants to make his debut in some ABC such that all the digits of in base ten are the same.
What is the earliest ABC where Kurohashi can make his debut?
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
If the earliest ABC where Kurohashi can make his debut is ABC , print .
Sample Input 1
111
Sample Output 1
111
The next ABC to be held is ABC , where Kurohashi can make his debut.
Sample Input 2
112
Sample Output 2
222
The next ABC to be held is ABC , which means Kurohashi can no longer participate in ABC . Among the ABCs where Kurohashi can make his debut, the earliest one is ABC .
Sample Input 3
750
Sample Output 3
777