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

Submit

Login to submit.

Statistics

100% Solution Ratio
rebornEarliest, Jan '23
mah20tFastest, 0.0s
nusuBotLightest, 4.9 MB
mah20tShortest, 11B
Toph uses cookies. By continuing you agree to our Cookie Policy.