name=input()
# 提示还是很给力的
# 注意区分title和capitalize
print(name.lower())
print(name.upper())
print(name.title())