Which Number Is Greater?

Problem Statement

-

Input

Two integers are given, each on a separate line.

Output

Output 1 if the first number is greater, 2 if the second is greater, or 0 if they are equal.

Example

[{'input': '1\n2', 'output': '2'}]