a = input()
print(a.lower())
print(a.upper())
print(a.title())