1956: 判断字符串是否相等

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:59 Solved:36

Description

输入两个字符串,判断两个字符串是否相等。



Input

两行,分别为两个字符串,长度不大于100。



Output

yes / no



Sample Input Copy

Hello C++!
Hello C++

Sample Output Copy

no