wanide
wanide
全部文章
C语言
2018蓝桥杯(7)
dp(3)
hdu(3)
Java(13)
KMP(1)
POJ(3)
字符串(2)
并查集(2)
数据结构(5)
最小生成树(2)
最短路(5)
未归档(100)
深度优先搜索/广度优先搜索(4)
贪心(1)
归档
标签
去牛客网
登录
/
注册
仙女的博客
面朝大海,然后春暖花开
全部文章
/ C语言
(共77篇)
2017Nowcoder Girl初赛 - D题 - 打车
链接:https://ac.nowcoder.com/acm/contest/315/D 来源:牛客网 题目描述 妞妞参加完Google Girl Hackathon之后,打车回到了牛家庄。 妞妞需要支付给出租车司机车费s元。妞妞身上一共有n个硬币,第i个硬币价值为p[i]元。 妞妞想选...
2018-12-26
0
450
sort函数的用法
使用: 1、sort函数可以两个参数也可以三个参数,必须的c++头文件#include < algorithm>和using namespace std; 2、它使用的排序方法是类似于快排的方法,时间复杂度为n*log2(n) 3、Sort函数有三个参数:(第三个参数可以不写) (...
2018-12-08
0
517
HDU 1050 - Moving Tables (贪心)
Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor...
2018-12-08
0
615
HDU 1051 - Wooden Sticks(贪心)
Description There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodwor...
2018-12-08
0
619
HDU 1009 - FatMouse' Trade(贪心)
Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The w...
2018-12-07
0
791
最长公共子序列(dp)
题目描述 给你一个序列X和另一个序列Z,当Z中的所有元素都在X中存在,并且在X中的下标顺序是严格递增的,那么就把Z叫做X的子序列。 例如:Z=<a,b,f,c>是序列X=<a,b,c,f,b,c>的一个子序列,Z中的元素在X中的下标序列为<1,2,4,6>。 现...
2018-10-22
0
971
HDU 1253 - 胜利大逃亡 ( dfs )
Ignatius被魔王抓走了,有一天魔王出差去了,这可是Ignatius逃亡的好机会. 魔王住在一个城堡里,城堡是一个A*B*C的立方体,可以被表示成A个B*C的矩阵,刚开始Ignatius被关在(0,0,0)的位置,离开城堡的门在(A-1,B-1,C-1)的位置,现在知道魔王将在T分钟后回到城堡,...
2018-08-16
0
449
HDU 2061 - Treasure the new start, freshmen!
Treasure the new start, freshmen! Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 22232 A...
2018-08-13
0
535
HDU 2058 - The sum problem(等差数列)
The sum problem Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 30916 Accepted Submission...
2018-08-12
0
544
HDU 2059 - 龟兔赛跑(DP)
龟兔赛跑 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 22515 Accepted Submission(s): 8261 ...
2018-08-12
0
894
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页