read a b t=a*100+b if ((t < 730)); then echo "Yes" elif (( t <= 830)); then echo "Late" else echo "No" fi