import sys

a=tuple(input().split(" "))
print(a[0:3])