Comparing two numbers by chocobi

int[]i=stdin;for(int j,k,l;;++j){k=i[j];l=i[++j];write((string)k+(k<l?" < ":k>l?" > ":" = "),l);}

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

download

return to the top page