# https://open.kattis.com/problems/hello
# CPU time limit: 1s
# Difficulty: 1.2 Easy

print("Hello World!")

