for i=3to 100for j=3to 5e3k=(i*i+j*j)^.5 if k=int(k)?i,j,k next:next
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page