SQR by bk1e

while 1:
 x,y=map(int,raw_input().split());a=0
 while~x&~y:a+=x*y;x-=1;y-=1
 print a

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

download

return to the top page