for i in range(1, 51):
    if i % 2 == 0:
        print ("Charlie the Great")
    elif i % 3 == 0:
        print ("Charlie")