#!/usr/bin/env ruby

while line = STDIN.gets
  puts line.strip
end