E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
回文树【Palindromic
USACO 1.2.4
Palindromic
Squares
USACO1.2.4PalindromicSquares把题目意思翻译成代码就行了。 1 /* 2 ID:31440461 3 PROG:palsquare 4 LANG:C++ 5 */ 6 #include 7 using namespace std; 8 int B; 9 const10 int MAX=300;11 char CH[20]={'0','1','2','3','4',
生无所息
·
2009-07-12 13:00
zju 2765 Recursively
Palindromic
Partitions
#includeusing namespace std;int dp[1010];int main(){ int i,j,k; dp[1]=1; for(i=2;i<1001;i++) { dp[i]=1; for(j=0;j
Feng
·
2009-05-08 08:00
zju 2765 Recursively
Palindromic
Partitions
#includeusing namespace std;const int MAX = 2140000000;int f[1000001];void Dfs(int p){ int i,sum = 1,temp; if(p % 2 == 1) { for(i = 1; i >text; int i; for(i = 0;i >n; if(
Feng
·
2009-05-08 08:00
hdu 2765 Recursively
Palindromic
Partitions
http://acm.hdu.edu.cn/showproblem.php?pid=2765//1331246 2009-05-02 18:53:43 Accepted 2765 15MS 320K 882 B C++ no way #includeusing namespace std;const int MAX = 2140000000;int f[1000001];void dfs(int
Dreams
·
2009-05-02 18:00
Section 1.2 -
Palindromic
Squares
1 #include 2 3 using namespace std; 4 5 //convert a number to string in base b 6 string num2string(int n, int b) 7 { 8 string s; 9 while (n)10 {11 s += "0123456789ABCDEFGHIJ"[n
superman
·
2009-03-16 14:00
USACO_1_2_
Palindromic
Squares
/**//*ID:sdjllyh1PROG:palsquareLANG:JAVAcompletedate:2008/9/25author:LiuYongHuiFromGuiZhouUniversityOfChinamorearticle:www.cnblogs.com/sdjls*/importjava.io.*;importjava.util.*;publicclasspalsquare{pri
巷中人
·
2008-09-25 14:00
java
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他