A. Are you busy?
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
What do you do at the start of the contest? Are you busy? Will you solve Bingo?
— This was the original title of the problem but $$$64$$$ character limit on titles...

Name any show which is referenced in this contest.

Input

The first line of input will contain the testcase number $$$(0 \leq T \leq 20)$$$ where $$$T = 0$$$ refers to the sample. This number is for the grader to use.

Output

Output one string denoting the show. Whether or not the reference shows up in Novice or Advanced does not matter. Only lowercase names without whitespaces and punctuation will be accepted. The string must not exceed $$$100$$$ characters in length. It is guaranteed that any name which is on MyAnimeList will be accepted. If a show has had multiple seasons, stick to the name of the first season.

Example
Input
0
Output
bocchitherock
Note

I don't know how we managed to write a contest without a Bocchi the Rock reference aside from this, but this problem is our Bocchi the Rock reference!

 —

Idea: 3366

Preparation: 3366

Occurrences: Novice 1, Advanced 1