输入两个字符串,比较两个字符串大小
两行,每行一个字符串(仅包含小写字母)$s,t(1 \leq |s|=|t| \leq 10^6)$
若$s<t$,则输出'$<$';
若$s=t$,则输出'$=$';
若$s>t$,则输出'$>$';
az bz
<
aa aa
=