Ladder corner problem by pooq

foreach a\ b [read stdin] {puts [expr round(pow(pow($a,2/3.)+pow($b,2/3.),1.5))]}

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

download

return to the top page