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 (A, B <= 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 |
> |
Text from: e-olimp.com