51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Poj
poj 1001 求高精度幂(Java, BigDecimal, pow, hasNext, stripTrailingZeros, toPlainString)
求高精度幂TimeLimit:500MS MemoryLimit:10000KTotalSubmissions:180325 Accepted:43460Description对数值很大、精度很高的数进行高精度计算是一类十分常见的问题。比如,对国债进行计算就是属于这类问题。现在要你解决的问题是:对一...
代码星球
·
2020-05-28
poj
1001
高精度
Java
BigDecimal
nyoj 17-单调递增最长子序列 && poj 2533(动态规划,演算法)
内存限制:64MB时间限制:3000msSpecialJudge:Noaccepted:21submit:49求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4第一行一个整数0<n<20,表示有n个字符串要处理随后的n行,每行有一个字符串,该字符串的长度不会超过10000...
代码星球
·
2020-05-28
nyoj
单调
递增
长子
序列
nyoj 209 + poj 2492 A Bug's Life (并查集)
时间限制:1000ms | 内存限制:65535KB难度:4 描述Background ProfessorHopperisresearchingthesexualbehaviorofararespeciesofbugs.Heassumesthattheyfeaturetwodif...
代码星球
·
2020-05-28
nyoj
poj
2492
Bug
#39s
nyoj 208 + poj 1456 Supermarket (贪心)
时间限制:1000ms | 内存限制:65535KB难度:4 描述AsupermarkethasasetProdofproductsonsale.Itearnsaprofitpxforeachproductx∈Prodsoldbyadeadlinedxthatismeasured...
代码星球
·
2020-05-28
nyoj
poj
1456
Supermarket
贪心
nyoj 163 Phone List(动态字典树<trie>) poj Phone List (静态字典树<trie>)
时间限制:1000ms | 内存限制:65535KB难度:4 描述Givenalistofphonenumbers,determineifitisconsistentinthesensethatnonumberistheprefixofanother.Let'ssaythephonecat...
代码星球
·
2020-05-28
Phone
List
字典
nyoj
动态
nyoj 349 (poj 1094) (拓扑排序)
时间限制:3000ms | 内存限制:65535KB难度:3 描述Anascendingsortedsequenceofdistinctvaluesisoneinwhichsomeformofaless-thanoperatorisusedtoordertheelementsfromsma...
代码星球
·
2020-05-28
nyoj
poj
1094
拓扑
排序
poj 1258 Agri-Net (Prim)
Agri-NetTimeLimit:1000MS MemoryLimit:10000KTotalSubmissions:65922 Accepted:27292Description FarmerJohnhasbeenelectedmayorofhistown!Oneofhiscampaignpr...
代码星球
·
2020-05-28
poj
1258
Agri-Net
Prim
ZOJ1157, POJ1087,UVA 753 A Plug for UNIX (最大流)
链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=26746题目意思有点儿难描写叙述用一个别人描写叙述好的。我的建图方法:一个源点一个汇点,和全部种类的插座。输入的n个插座直接与源点相连,容量为1,m个物品输入里记录每一个插座相应的物品个数。物...
代码星球
·
2020-05-25
ZOJ1157
POJ1087
UVA
Plug
for
POJ 3264 Balanced Lineup【线段树区间查询求最大值和最小值】
TimeLimit:5000MS MemoryLimit:65536KTotalSubmissions:53703 Accepted:25237CaseTimeLimit:2000MSDescriptionForthedailymilking,FarmerJohn'sNcows(1≤N≤...
代码星球
·
2020-05-25
POJ
3264
Balanced
Lineup
线段
spring mvc 处理pojo传递对象时该对象继承父类的属性在网络接收端接收该属性值总是null,why?
//===========================情形一:===============================//在网络上传递User1类对象时info属性值在网络的另一端能够接收到!publicclassUser1implementsSerializable{publicStringinfo=nul...
代码星球
·
2020-05-19
对象
属性
接收
spring
mvc
POJ 1655 Balancing Act【树的重心】
TimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:14251 Accepted:6027DescriptionConsideratreeTwithN(1<=N<=20,000)nodesnumbered1...N.Deletingan...
代码星球
·
2020-05-11
POJ
1655
Balancing
Act
重心
POJ 3662 Telephone Lines【Dijkstra最短路+二分求解】
TimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:7214 Accepted:2638DescriptionFarmerJohnwantstosetupatelephonelineathisfarm.Unfortunately,thephonec...
代码星球
·
2020-05-11
POJ
3662
Telephone
Lines
Dijkstra
POJ 3154 Graveyard【多解,数论,贪心】
TimeLimit:2000MS MemoryLimit:65536KTotalSubmissions:1707 Accepted:860 SpecialJudgeDescriptionProgrammingcontestsbecamesopopularintheyear2397thatt...
代码星球
·
2020-05-11
POJ
3154
Graveyard
多解
数论
POJ 1163 The Triangle【dp+杨辉三角加强版(递归)】
TimeLimit:1000MS MemoryLimit:10000KTotalSubmissions:49955 Accepted:30177Description738810274445265(Figure1)Figure1showsanumbertriangle.Writeaprogramth...
代码星球
·
2020-05-11
POJ
1163
The
Triangle
dp+
java pojo类
POJO POJO是PlainOrdinaryJavaObject的缩写 可以当作简单的Java对象 实际就是普通JavaBeans 外文名POJO实际意义普通JavaBeans全 称PlainOrdinaryJavaObject特  ...
代码星球
·
2020-04-15
java
pojo
首页
上一页
...
8
9
10
11
12
...
下一页
尾页
按字母分类:
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
其他