摘要: 1298. 通讯问题 ★ 输入文件:jdltt.in 输出文件:jdltt.out 简单对比时间限制:1 s 内存限制:128 MB 【题目描述】 一个篮球队有n个篮球队员,每个队员都有联系方式(如电话、电子邮件等)。但并不是每个队员的联系方式都公开,每个队员的联系方式只有一部分队员知道。问队员可以 阅读全文
posted @ 2016-05-15 19:31 神犇(shenben) 阅读(224) 评论(0) 推荐(0)
摘要: Brackets Sequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 29502 Accepted: 8402 Special Judge Description Let us define a regular br 阅读全文
posted @ 2016-05-15 18:22 神犇(shenben) 阅读(218) 评论(0) 推荐(0)
摘要: Common Subsequence Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 46387 Accepted: 19045 Description A subsequence of a given sequence is t 阅读全文
posted @ 2016-05-15 17:19 神犇(shenben) 阅读(326) 评论(0) 推荐(0)
摘要: Palindrome Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 59094 Accepted: 20528 Description A palindrome is a symmetrical string, that is, 阅读全文
posted @ 2016-05-15 16:59 神犇(shenben) 阅读(227) 评论(0) 推荐(0)
摘要: To the Max Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 45906 Accepted: 24276 Description Given a two-dimensional array of positive and 阅读全文
posted @ 2016-05-15 16:26 神犇(shenben) 阅读(268) 评论(0) 推荐(0)
摘要: The Triangle Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 43809 Accepted: 26430 Description 73 88 1 02 7 4 44 5 2 6 5(Figure 1) Figure 1 阅读全文
posted @ 2016-05-15 15:52 神犇(shenben) 阅读(267) 评论(0) 推荐(0)
摘要: 滑雪 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 89168 Accepted: 33474 Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑 阅读全文
posted @ 2016-05-15 15:32 神犇(shenben) 阅读(298) 评论(0) 推荐(0)
摘要: 1690 开关灯 USACO 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 题解 1690 开关灯 USACO 1690 开关灯 USACO 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 空间限制 阅读全文
posted @ 2016-05-15 14:50 神犇(shenben) 阅读(210) 评论(0) 推荐(0)
摘要: 908. 校园网 ★★ 输入文件:schlnet.in 输出文件:schlnet.out 简单对比时间限制:1 s 内存限制:128 MB USACO/schlnet(译 by Felicia Crazy) 描述 一些学校连入一个电脑网络。那些学校已订立了协议:每个学校都会给其它的一些学校分发软件( 阅读全文
posted @ 2016-05-15 10:53 神犇(shenben) 阅读(201) 评论(0) 推荐(0)
摘要: 栈(statck)这种数据结构在计算机中是相当出名的。栈中的数据是先进后出的(First In Last Out, FILO)。栈只有一个出口,允许新增元素(只能在栈顶上增加)、移出元素(只能移出栈顶元素)、取得栈顶元素等操作。在STL中,栈是以别的容器作为底部结构,再将接口改变,使之符合栈的特性就 阅读全文
posted @ 2016-05-15 09:15 神犇(shenben) 阅读(243) 评论(0) 推荐(0)