Compare Big Integers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Two big integers are given. Find which is bigger.
Input
Two lines contains two big integers a and b (1 ≤ a, b ≤ 10^1000
).
Output
Print one of signs: "<", "=", ">".
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 2K
Acceptance rate 41%