s=t(matrix(scan("stdin"),2));v=s[,2];u=s[,1];write(rbind(u,c(">","=","<")[sign(v-u)+2],v),"",3)