Maximum of Two Numbers

Problem Statement

Input

Two integers are given, each number is written on a separate line.

Output

Print the largest of the given numbers.

Example

Input data

12

Output data

2