Code Festival A If you cannot solve this by eban

while read a b c;do
((a*b*2>b+${c// /+}))&&echo Pass||echo Fail
done

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

download

return to the top page