码迷,mamicode.com
首页 >  
搜索关键字:usaco 2008 jan gold    ( 2857个结果
usaco stamps
描述已知一个 N 枚邮票的面值集合(如,{1 分,3 分})和一个上限 K —— 表示信封上能够贴 K 张邮票。计算从 1 到 M 的最大连续可贴出的邮资。例如,假设有 1 分和 3 分的邮票;你最多可以贴 5 张邮票。很容易贴出 1 到 5 分的邮资(用 1 分邮票贴就行了),接下来的邮资也不难:...
分类:其他好文   时间:2014-11-16 10:37:49    阅读次数:149
score
描述学生在我们USACO的竞赛中的得分越多我们越高兴。我们试着设计我们的竞赛以便人们能尽可能的多得分,这需要你的帮助。我们可以从几个种类中选取竞赛的题目,这里的一个"种类"是指一个竞赛题目的集合,解决集合中的题目需要相同多的时间并且能得到相同的分数。 你的任务是写一个程序来告诉USACO的职员,应该...
分类:其他好文   时间:2014-11-16 10:34:55    阅读次数:150
Oracle 11g SQL fundamentals 03 -- 类型转换函数
Oracle的数据类型转换分为两种:一种是隐式转换,另一种是显式转换。在用的时候尽量用显式转换。隐式转换通常为Varchar2或char转换为 number和date或者反过来。例,hir_date>'1-JAN-2014'字符串隐式转换为date类型,select '53.5'+23 from d...
分类:数据库   时间:2014-11-15 14:01:15    阅读次数:236
bzoj3393 [Usaco2009 Jan]Laserphones 激光通讯
DescriptionInput第1行输入w和H,之后W行H列输入地图,图上符号意义如题目描述.Output最少的对角镜数量.Sample Input7 8............. C......******.*....*......*...C ..*.........Sample Output3...
分类:其他好文   时间:2014-11-12 22:47:17    阅读次数:256
黄金数据查询演示示例
黄金数据查询演示示例 ? using?System; using?System.Text; using?System.Net; namespace?gold { ????class?Program ????{ ????????static?void?Main(string[]?args) ????????{...
分类:其他好文   时间:2014-11-12 12:04:42    阅读次数:152
Dinner
Dinner 时间限制:100 ms  |  内存限制:65535 KB 难度:1 描述Little A is one member of ACM team. He had just won the gold in World Final. To celebrate, he decided to invite all to have one meal. As bowl, ...
分类:其他好文   时间:2014-11-08 13:42:53    阅读次数:201
Oracle Applications Multiple Organizations Access Control for Custom Code
文档 ID 420787.1 White Paper Oracle Applications Multiple Organizations Access Control for Custom Code Checked for relevance on 12-JAN-2011 See Change Record This document discusses how to ...
分类:移动开发   时间:2014-11-06 13:05:06    阅读次数:288
USACO 2014 FEB自动打字{Silver题1}
自动打字{Silver题1}【问题描述】贝西新买了手机,打字不方便,请设计一款应用,帮助她快速发消息。字典里有W(Wm do dec(j);28 if not (i>j) then29 begin30 q:=str[i];str[i]:=str[j];str[j]:=q...
分类:其他好文   时间:2014-11-06 09:13:44    阅读次数:228
道路翻新 (Revamping Trails, USACO 2009 Feb)
题意:给定m 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 #include 15 #include 16 #include 17 #include 18 #include...
分类:其他好文   时间:2014-11-05 21:10:45    阅读次数:283
USACO 2014 JAN滑雪场建设{Gold题2}
滑雪场建设{Gold题2}【问题描述】滑雪场的设计图是一个M*NM x N (1 b then max:=a47 else max:=b;48 end;49 50 51 begin52 openit;53 datain;54 while flag>0 do55 begi...
分类:其他好文   时间:2014-11-05 17:01:42    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!