i = 0 while s = STDIN.gets if i%2 == 0 puts s end i = i+1 end