文件名称:3-1
介绍说明--下载内容均来自于网络,请自行研究使用
【问题描述】
输入一个长整数,判断其低5位是否为回文(个位=万位,十位=千位)。如果是输出"this number is a huiwen",否则输出"this number is not a huiwen"
【输入出样例1】
14741
this number is a huiwen
【输入出样例2】
14742
this number is not a huiwen
【输入出样例3】
814741
this number is a huiwen*/(14741
this number is a huiwen
14742
this number is not a huiwen
814741
this number is a huiwen*/)
输入一个长整数,判断其低5位是否为回文(个位=万位,十位=千位)。如果是输出"this number is a huiwen",否则输出"this number is not a huiwen"
【输入出样例1】
14741
this number is a huiwen
【输入出样例2】
14742
this number is not a huiwen
【输入出样例3】
814741
this number is a huiwen*/(14741
this number is a huiwen
14742
this number is not a huiwen
814741
this number is a huiwen*/)
相关搜索: c语言编程
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
3-1.c | 743 | 2018-04-13 |
1.c | 743 | 2018-04-13 |
2.c | 743 | 2018-04-13 |