Comparing two numbers by Debanjan

main(a,b,n){for(;~scanf("%d%d",&a,&b);)printf("%d %c %d\n",a,61+(n>0|n>>31),b,n=a-b);}

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

download

return to the top page