On the first line, print the type and the value of x, separated by one space.
The type must be int or long. The value must be written in decimal so that Integer.parseInt reads it without throwing when the type is int, and Long.parseLong reads it without throwing when the type is long. Write no leading zeros, and no + in front of a positive number.
If two or more answers satisfy the condition, compare the whole output line character by character and print only the lexicographically smallest one.