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
1 2
Output #1
2
Sign in to submit your solution and save your progress.