Time limit
1s
Memory limit
512 MB
Given two integers A and B, write a program that compares them and prints the correct symbol.
The first line contains A and B separated by one space.
Print exactly one of the following on the first line.
>' if A is greater than B.<' if A is less than B.==' if A and B are equal.