搜索资源列表
huiwenshu
- 研究数字规律,给出一定长度的随机数看是否满足回文数-Research Digital rules give a certain length of random numbers to see if satisfied palindrome
判断是不是回文数
- 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同, 十位与千位相同。 -Topic: a 5 digits, judge is it palindromes number. Namely 12321 is palindrome Numbers, bits and ten thousand the same, 10 and one thousand the same.
java_5
- 一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。-A 5-digit, determine if it is palindrome. That 12321 is a palindrome, a bit the same as ten thousand, ten and one thousand.
stu
- 最长公共子序列以及回文数解题报告,其中包含了几种LCS代码,和一个通用的LCS模板。有c++版和pascal版-Longest common subsequence problem solving and palindrome report, which contains several LCS code, and a generic template LCS. There c++ version and pascal version
CBVBBBVJRNRGRJ
- 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析 2.程序源 代码如下: #include stdio.h #include conio.h main( ) { long ge,shi,qian,wan,x scanf( ld ,&x) wan=x/10000 qian=x 10000/1000 shi=x 100/10 ge=x 10 if(ge
num4
- 华为笔试题 [软件工程题]4、随机输入一个数,判断它是不是对称数(回文数)(如3,121,12321,45254)。不能用字符串库函数 -Huawei pen questions [Software Engineering title]