#!/usr/bin/perl


$line = <STDIN> ;

chomp($line);

print $line;

