var a,b: integer begin readln(a,b); if a<b then write(`1`) else if a>b then write (`2`) else write (`=`) end.