Factorization corrected by msk

main(b,c,s){for(;~scanf(s="%d %d\n",&b,&c);)printf(s,b-c,c=(b+sqrt(b*b-4*c))/2);}

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

download

return to the top page