print join "\n", map { "and if 1 green bottle should accidentally fall\n" ."there'll be " . ($_-1) . " green bottle" .($_!=2?'s':'') . ", standing on a wall\n" } (reverse 1..10);