Problem I: 【函数】幸运大抽奖

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:151 Solved:82

Description

淘淘参加游乐园的幸运大抽奖活动。活动规则如下:通过参加5项游乐活动,获得相应积分,积分和的各位数字之和若为回文数,则可到领奖处领取奖品一份。请编程完成判断。

Input

输入5个整数

Output

Congratulations!或者Sorry!

Sample Input Copy

51 26 3 21 8

Sample Output Copy

Sorry!

HINT

回文数即数字顺着和反着是同一个数。如121