a = input()
b = input()
print('''
******************************
''' + a + '''
Happy Birthday to you.
Sincely yours ''' + b + '''
''')