Two coins by Kohlrabi

#include"stdio.h"\x0d
main(i){int x,y;while(scanf("%d %d",&x,&y)&&i++<301)printf("%d\n",(x-1)*y-x);}

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

download

return to the top page