#ABC111B. AtCoder Beginner Contest 111
AtCoder Beginner Contest 111
题目描述
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?
黑桥从未参加过 AtCoder 初学者竞赛 (ABC)。
下一次举行的 ABC 是 ABC ( /-th ABC)。黑桥想在某个 ABC 中首次亮相,这样十进制的 的所有数字都相同。
黑桥最早可以在哪个 ABC 中首次亮相?
输入格式
输入内容按以下格式标准输入:
输出格式
如果黑桥最早可以登场的 ABC 是 ABC ,打印 。
样例 #1
样例输入 #1
111
样例输出 #1
111
样例 #2
样例输入 #2
112
样例输出 #2
222
样例 #3
样例输入 #3
750
样例输出 #3
777
说明
数据规模与约定
- 是整数。
样例 解释
下一个要举行的 ABC 是 ABC ,黑桥可以在这里首次亮相。
样例 解释
下一个ABC是ABC ,这意味着黑桥不能再参加ABC 。在黑桥可以登场的 ABC 中,最早登场的是 ABC 。