文章
311
粉丝
0
获赞
159
访问
30.6k
while(1): try: s=input() k=s[::-1] if(k==s): print("Yes!") else: print("No!") except: break
登录后发布评论
暂无评论,来抢沙发