#!/usr/bin/env python3

import sys

inp = sys.stdin.readline()

print("Read this line: " + inp)
