A. Best Waifu
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

The problem setting team (well codicon and 3366 exclusively) put their heads together to present to you the ultimate anime-themed problem! You will have to output the name of the best waifu.

Input

You are given an integer $$$T$$$, the current testcase $$$(0 \leq T \leq 20)$$$. Note that this is for the checker to use.

Output

Output one token (string with no whitespaces) of length no more than $$$100$$$ with all lowercase letters denoting the best waifu. If there are multiple answers, output any.

Remember, confidence is key!

Example
Input
0
Output
thomas
Note

Rest assured, the sample is always correct.

Idea: codicon, 3366

Preparation: 3366

Occurrences: Novice 1, Intermediate 1, Advanced 1