for(n<-1 to 901)if(1 to n map(i=>math.sqrt(n-i*i)%1)contains 0)printf("%f\n",math.sqrt(n))