#C. B - AtCoder Beginner Contest 111

    传统题 1000ms 256MiB

B - AtCoder Beginner Contest 111

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

B - AtCoder Beginner Contest 111

Score : $200$ points

Problem Statement

Kurohashi has never participated in AtCoder Beginner Contest (ABC).

The next ABC to be held is ABC $N$ (the $N$-th ABC ever held). Kurohashi wants to make his debut in some ABC $x$ such that all the digits of $x$ in base ten are the same.

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

Constraints

  • $100 \leq N \leq 999$
  • $N$ 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 $n$, print $n$.


111
111

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


112
222

The next ABC to be held is ABC $112$, which means Kurohashi can no longer participate in ABC $111$. Among the ABCs where Kurohashi can make his debut, the earliest one is ABC $222$.


750
777

2024寒假入门组刷题营(一)

未参加
状态
已结束
规则
ACM/ICPC
题目
7
开始于
2024-1-29 13:30
结束于
2024-1-29 15:30
持续时间
2 小时
主持人
参赛人数
10