-
Two integers are given, each on a separate line.
Output 1 if the first number is greater, 2 if the second is greater, or 0 if they are equal.
[{'input': '1\n2', 'output': '2'}]