import java.util.*; public class Main { public static void main(String[] args) throws Exception { // Your code here! Scanner sc = new Scanner(System.in); long a = sc.nextLong(); long b = sc.nextLong(); long ans = 0; if(a>=b) { ans = 1; } else if(a