1517Jerry’s Trick

1517   Jerry’s Trick

题目描述

The hostess leaves Tom a message. However, Jerry plays a trick. He secretly deletes one character of the message, and totally changes the meaning. Please find the character which Jerry deletes.

输入格式:

There are multiple cases. The number of cases will be no more than 50. 

      Each case contains two lines. The first line is the hostess’s message, and the second line is the message after Jerry makes a change.

      All messages only contain lowercase letters, and each of their length doesn’t exceed 1000.

输出格式:

For each case, print the character which Jerry deletes.

输入样例 复制
four
for
where
here
anti
ant
输出样例 复制
u
w
i

说明

31
75
通过提交
时空限制1000ms/128mb
题目来源
评测方式在线评测
题目类型
难        度