欢迎光临散文网 会员登陆 & 注册

CF 41A - Translation

2023-06-10 12:08 作者:您是打尖儿还是住店呢  | 我要投稿


The translation from the Berland language into the Birland language is not an easy task. Those languages are very similar: a berlandish word differs from a birlandish word with the same meaning a little: it is spelled (and pronounced) reversely. For example, a Berlandish word code corresponds to a Birlandish word edoc. However, it's easy to make a mistake during the «translation». Vasya translated word s from Berlandish into Birlandish as t. Help him: find out if he translated the word correctly.


Input

The first line contains word s, the second line contains word t. The words consist of lowercase Latin letters. The input data do not consist unnecessary spaces. The words are not empty and their lengths do not exceed 100 symbols.


Output

If the word t is a word s, written reversely, print YES, otherwise print NO.


Examples

inputCopy

code

edoc

outputCopy

YES

inputCopy

abb

aba

outputCopy

NO

inputCopy

code

code

outputCopy

NO

判断2个字符串是否是反序的,我用stringbuilder的函数处理的,方便些


CF 41A - Translation的评论 (共 条)

分享到微博请遵守国家法律