First, cut off 1 tail and 2 replace it. Next, cut off 2 tails and a head grows in. Then, cut off 2 heads and then 2 more and then there are no heads but 2 tails. After that, cut off 1 tail and 2 replace it. Next, chop off 2 tails and a new head grows in. Then, cut off 1 tail and 2 replace it. After that, chop off 2 tails and a head grows. Finally, cut off your last 2 heads and you are left with nothing but a dead drogon.
Chat with our AI personalities
shorter than a sword but longer than a skin sword
977 Ruby program to figure this out: #!/usr/bin/ruby class Circle attr :guys attr :sword def initialize(numguys) @guys = (1 .. numguys).to_a @sword = 0 end def inspect @guys end def kill if @sword + 1 >= @guys.length if @sword >= @guys.length @sword = 0 else @sword = -1 end end @sword = @sword + 1 @guys.delete_at(@sword) end end theCircle = Circle.new(1000) while theCircle.guys.length > 1 theCircle.kill end printf "guys: %s\n", theCircle.guys.join(' ')
because its stuck in a stone maybe.
More than 300 times; the word sword appears in the Holy Bible
She is a wealth of knowledge.