#!/usr/bin/env python3

import sys

for line in sys.stdin:
    sys.stdout.write(line.strip() + '\n')