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