eolymp
bolt
Try our new interface for solving problems
Problems

Comparison

Comparison

Compare the two numbers $A$ and $B$. \InputFile In the input file is given two nonnegative integers $A$ and $B$ ($A, B <= 10^{10000}$), each in its line. \OutputFile Bring in the output file \texttt{<} if $A < B$, \texttt{=}, if $A = B$ and \texttt{>} if $A > B$.
Time limit 1 second
Memory limit 64 MiB
Input example #1
2
1
Output example #1
>