Problem1297--年龄问题

1297: 年龄问题

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 101  Solved: 58
[Status] [Submit] [Creator:]

Description

张三的生日是a年b月c日,李四的生日是x年y月z日
他们两人谁更大

Input

输入张三的生日年月日a,b,c
李四的生日年月日x,y,z

Output

张三的年龄大则输出"zhang"
李四的年龄大则输出"li"
相同则输出"same"

Sample Input Copy

2008 6 4
2007 8 5

Sample Output Copy

li

Source/Category

 基础B