Help for this page
perl -anle'push @s, $F[1] > $F[2] ? $F[1] : $F[2]; END { print((sort { + $a <=> $b } @s)[.95 * @s] * 8 / 2**20) }'