判回文数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个任意位数的正整数,判断这个数是否回文数,是则输出 yes
,否则输出 no
。
从左向右读与从右向左读是同一个数的数为回文数,如 是回文数。
输入格式
一个整数 。
输出格式
一行,包含一个字符串 yes
或 no
。
19391
yes
数据范围