码迷,mamicode.com
首页 >  
搜索关键字:palindromes    ( 345个结果
LeetCode【9】. Palindrome Number --java的实现
Palindrome Number Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, ...
分类:编程语言   时间:2017-07-01 12:40:30    阅读次数:191
Prime Palindromes
链接 分析:暴力枚举1-8位数,并判断是否为素数 1 /* 2 PROB:pprime 3 ID:wanghan 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "st ...
分类:其他好文   时间:2017-06-30 19:55:17    阅读次数:130
poj 3376 Finding Palindromes
Finding Palindromes http://poj.org/problem?id=3376 Time Limit: 10000MS Memory Limit: 262144K Case Time Limit: 2000MS Description A word is called a pa ...
分类:其他好文   时间:2017-06-19 20:54:31    阅读次数:200
luogu P1217 [USACO1.5]回文质数 Prime Palindromes x
P1217 [USACO1.5]回文质数 Prime Palindromes 题目描述 因为151既是一个质数又是一个回文数(从左到右和从右到左是看一样的),所以 151 是回文质数。 写一个程序来找出范围[a,b](5 <= a < b <= 100,000,000)( 一亿)间的所有回文质数; ...
分类:其他好文   时间:2017-06-15 21:50:25    阅读次数:156
[leetcode-409-Longest Palindrome]
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:其他好文   时间:2017-06-11 17:28:28    阅读次数:164
hdu 3948 The Number of Palindromes
The Number of Palindromes Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)http://acm.hdu.edu.cn/showproblem.php?pid= ...
分类:其他好文   时间:2017-06-06 18:30:30    阅读次数:177
[LeetCode][Java] Palindrome Number
题目: Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are ...
分类:编程语言   时间:2017-06-04 15:38:18    阅读次数:252
9. Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are thi ...
分类:其他好文   时间:2017-06-04 10:51:59    阅读次数:138
Dual Palindromes
链接 分析:直接暴力求解,傻逼题 1 /* 2 ID:wanghan 3 PROB:dualpal 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "string" 1 ...
分类:其他好文   时间:2017-05-31 12:15:40    阅读次数:259
345条   上一页 1 ... 8 9 10 11 12 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!