#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 NN (the NN-th ABC ever held). Kurohashi wants to make his debut in some ABC xx such that all the digits of xx in base ten are the same.

What is the earliest ABC where Kurohashi can make his debut?

Constraints

  • 100leqNleq999100 \\leq N \\leq 999
  • NN is an integer.

Input

Input is given from Standard Input in the following format:

NN

Output

If the earliest ABC where Kurohashi can make his debut is ABC nn, print nn.


Sample Input 1

111

Sample Output 1

111

The next ABC to be held is ABC 111111, where Kurohashi can make his debut.


Sample Input 2

112

Sample Output 2

222

The next ABC to be held is ABC 112112, which means Kurohashi can no longer participate in ABC 111111. Among the ABCs where Kurohashi can make his debut, the earliest one is ABC 222222.


Sample Input 3

750

Sample Output 3

777