edge of cuboid by Ernest

main(a,b,c){for(;3==scanf("%d%d%d",&a,&b,&c);printf("%d %d %d\n",a,b*a/c,c/a))a=sqrt(a*c/b);}

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

download

return to the top page