# print('Hello')
# print('Skillbox')

text = input()

if text == 'Закажи еду':
    print('Пиццу или борщ')

else:
    print('Повторите пожалуйста')
