判断一个字符串是不是回文(正着读和反着读都一样,比如 `"level"`、`"12321"`)
一个数字t;
然后是t个字符串;
每行一个yes或者no表示他是否是回文字符串
2 noon moon
yes no
t\leq 100 字符串长度s[i].size() \leq 1000