Comparing two numbers by teebee

for(int i,j;(i=stdin)>0;write(string(i)+(i<j?" < ":i>j?" > ":" = "),j))j=stdin;

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page