You are given an integer $$$n$$$. Find the smallest integer $$$k$$$ such that $$$k \ge n$$$ and all digits in $$$k$$$ are the same.
The first and only line of the input contains a single integer $$$n$$$ $$$(1 \le n \le 10^{18})$$$.
Output the value of $$$k$$$ as described in the statement.
6528
6666
9952
9999
| Name |
|---|


