print ""; while (<>) { s@^@@; s@\t@
@; s@$@
@g; print; } print "
";