Lexicographical race


Statement
You are given two strings X, Y contains only 'a', 'b'.
Compare them in lexicographical order and output '<', '>' or '='.

Constraint
* 1 ≤ |X|, |Y| ≤ 10
Sample Input
Sample Output
Contest ID
0005
Writer
admin
Publish date
2020/05/24 22:30:00
Solved
182
Top player
gazelle