码迷,mamicode.com
首页 >  
搜索关键字:nyoj220    ( 4个结果
HDOJ-1050-Moving Tables(nyoj220)
推桌子 时间限制:1000 ms | 内存限制:65535 KB 难度:3 推桌子 时间限制:1000 ms | 内存限制:65535 KB 难度:3 #include<stdio.h>#include<algorithm>using namespace std;int main(){ int nu ...
分类:其他好文   时间:2017-08-01 17:47:41    阅读次数:198
hdu1050&&nyoj220 Moving Tables(贪心)
Moving Tables Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 24372    Accepted Submission(s): 8071 Problem Description The famous ...
分类:其他好文   时间:2015-08-06 22:37:40    阅读次数:148
hdu1050&&nyoj220 Moving Tables(贪心)
Moving Tables Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 24372    Accepted Submission(s): 8071 Problem Description The famous ...
分类:其他好文   时间:2015-08-05 15:01:01    阅读次数:92
poj1083,nyoj220推桌子 贪心
#include //注意两点,桌子可能从编号高的房间推到编号低的房间。如果2 3 ,4 5也是要分两次进行。因为3和4在同一走廊。 #include #include using namespace std; struct node { int star,end; }c[205]; bool cmp(node x,node y) { if(x.star<y.star) return...
分类:其他好文   时间:2015-04-21 11:13:54    阅读次数:122
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!