
选拔赛,暑假集训
追艺_年华
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CodeForces - 118A String Task
time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Petya started to attend programming lessons. On the first le原创 2017-07-03 10:05:46 · 276 阅读 · 0 评论 -
hdu5842-Lweb and String
Lweb and String Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1295 Accepted Submission(s): 655 Problem Description Lweb has a stri原创 2017-08-15 22:29:35 · 280 阅读 · 0 评论 -
uva 11100- The Trip
11100 - The Trip, 2007 Time limit: 3.000 seconds http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=2041 A number of students are members原创 2017-08-22 12:12:05 · 341 阅读 · 0 评论 -
zoj 3210 A Stack or A Queue?
Description Do you know stack and queue? They're both important data structures. A stack is a "first in last out" (FILO) data structure and a queue is a "first in first out" (FIFO) one. Here comes原创 2017-08-07 12:36:56 · 306 阅读 · 0 评论 -
uva 1346 Songs
题目大意:John Doe 是一个著名的DJ,现在他有n首播放个曲, 每首歌曲有识别符key,歌曲长度l,以及播放频率q。想在John Doe 想将磁带上的歌曲重新排列,方便播放,播放所有歌曲有一个复杂度的计算∑(1≤i≤n)q[i] * ( ∑(1≤j≤i)l[j] ), 然后给出S,请输出重新排列后的第S首歌的识别码。 #include #include using namespace st原创 2017-08-16 19:52:59 · 259 阅读 · 0 评论 -
hdu6011 -Lotus and Characters
Lotus and Characters Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/131072 K (Java/Others) Total Submission(s): 1937 Accepted Submission(s): 648 Problem Description Lotus ha原创 2017-07-15 10:59:58 · 298 阅读 · 0 评论 -
HDU - 5914 A - Triangle
Triangle Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1171 Accepted Submission(s): 701 Problem Description Mr. Frog has n sticks,原创 2017-07-05 20:52:10 · 299 阅读 · 0 评论 -
hdu2037 今年暑假不AC
Problem Description “今年暑假不AC?” “是的。” “那你干什么呢?” “看世界杯呀,笨蛋!” “@#$%^&*%...” 确实如此,世界杯来了,球迷的节日也来了,估计很多ACMer也会抛开电脑,奔向电视了。 作为球迷,一定想看尽量多的完整的比赛,当然,作为新时代的好青年,你一定还会看一些其它的节目,比如新闻联播(永远不要忘记关心国家大事)、非常6+7、超级原创 2017-07-04 19:57:04 · 313 阅读 · 0 评论 -
hdu1004 -Let the Balloon Rise
Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guessing the most popular problem. When the contest i原创 2017-07-03 12:04:41 · 202 阅读 · 0 评论 -
HDU1284:钱币兑换问题
Problem Description 在一个国家仅有1分,2分,3分硬币,将钱N兑换成硬币有很多种兑法。请你编程序计算出共有多少种兑法。 Input 每行只有一个正整数N,N小于32768。 Output 对应每个输入,输出兑换方法数。 Sample Input 2934 12553 Sample Output 718831原创 2017-07-03 10:25:46 · 562 阅读 · 0 评论 -
HDU 6152 Friend-Graph
2017中国大学生程序设计竞赛 - 网络选拔赛 Friend-Graph Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1005 Accepted Submission(s): 519 Prob原创 2017-08-23 22:13:14 · 241 阅读 · 0 评论