
水题
yjt9299
这个作者很懒,什么都没留下…
展开
-
HDU 1029 Ignatius and the Princess IV
Ignatius and the Princess IV Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32767 K (Java/Others) Total Submission(s): 34214 Accepted Submission(s): 14901 Problem Descriptio原创 2017-08-17 16:19:46 · 315 阅读 · 0 评论 -
HDU 2602 Bone Collector 最简单背包
Bone Collector Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 65995 Accepted Submission(s): 27523 Problem Description Many year原创 2017-08-17 16:48:08 · 166 阅读 · 0 评论 -
CodeForces 632C C. The Smallest String Concatenation
C. The Smallest String Concatenation time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output You're given a list of原创 2017-08-18 21:02:41 · 337 阅读 · 0 评论 -
CodeForces - 359B B. Permutation
B. Permutation time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A permutation p is an ordered group of number原创 2017-08-30 17:30:29 · 359 阅读 · 0 评论 -
CodeForces 631B B. Print Check(水题水题)
B. Print Check time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Kris works in a large company "Blake Technolo原创 2017-09-28 21:34:41 · 279 阅读 · 0 评论 -
codeforces 1037D 模拟
链接: http://codeforces.com/problemset/problem/1037/D 思路: 在vector 中二分找就可以了。 模拟记录每个节点的直接孩纸。 代码: #include<stdio.h> #include<string.h> #include<vector> #include<queue> #incl...原创 2018-09-04 01:15:44 · 345 阅读 · 0 评论