Category

Similar Problems

0769. Comparison

Time limit : 1000 ms
Memory limit : 64 mb

Compare the two numbers A and B.

Input

In the input is given two nonnegative integers A and B (AB <= 101000000), each in its line without leading zeroes.

Output      

Output "<" if A < B, "=", if A = B and ">" if A > B.

Samples                                  

Input

Output

1

2

1

 

Tayyorladi: Azat Yusupov
Text from: e-olimp.com