The input consists of several test cases and is terminated by end-of-file.Each test case contains four integers x, a, y, b.* * * There are at most test cases.
For each test case, print `=` if . Print `<` if . Print `>` otherwise.
1 2 1 1 1 1 1 2 1 1 1 1
< > =