100 atcoder#ABC099A. [ABC099A] ABD
[ABC099A] ABD
Score : points
Problem Statement
Decades have passed since the beginning of AtCoder Beginner Contest.
The contests are labeled as ABC001
, ABC002
, from the first round, but after the -th round ABC999
, a problem occurred: how the future rounds should be labeled?
In the end, the labels for the rounds from the -th to the -th are decided: ABD001
, ABD002
, , ABD999
.
You are given an integer between and (inclusive). Print the first three characters of the label of the -th round of AtCoder Beginner Contest.
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the first three characters of the label of the -th round of AtCoder Beginner Contest.
999
ABC
The -th round of AtCoder Beginner Contest is labeled as ABC999
.
1000
ABD
The -th round of AtCoder Beginner Contest is labeled as ABD001
.
1481
ABD
The -th round of AtCoder Beginner Contest is labeled as ABD482
.