import strscans let (_, a, b) = stdin.readAll.scanTuple"$i $i" if a * 2 < b: echo "No" quit() if b * 2 < a: echo "No" quit() echo "Yes"