Pairexp

Limits 1s, 512 MB

Given two numbers, print the number only if both numbers are the same.

Input

The input will contain two 32-bit signed integers.

Output

Output the number only if both numbers in the input is the same.

Samples

InputOutput
137 137
137
InputOutput
45 91