Registration

No attempts yetTime limit1sMemory limit128 MB

Problem

You are registering for an online judge contest. A registration record consists of the number of problems you have solved and your participant ID. In this problem, the number of solved problems is 123 and the ID is Your_ICPC_Team_Name.

Write a program that prints this registration record exactly, following the output format below.

Input

This problem has no input.

Output

On the first line, print the number of solved problems, 123. On the second line, print the ID, Your_ICPC_Team_Name.