
初学ACM
文章平均质量分 67
小北漂漂飘
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ACM 第一天水题
Problem: ConversionProblem DescriptionLet us use ‘B’ to denote “bai” in chinese,and ‘S’ to denote “shi” in chinese,and ‘123..n’ to denote the least significant number,then we can use them to c原创 2017-04-21 19:29:23 · 579 阅读 · 0 评论 -
ACM 第一天水题 (2)
Problem: ClockProblem DescriptionIn order to get the run time of a user function,you can use the clock() function in time.h.Clock() use clock tick to measure time,which will increase CLK_TCK p原创 2017-04-21 19:51:03 · 312 阅读 · 0 评论 -
ACM 第一天水题(3)
Problem: Dinner——水Problem DescriptionLittle 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, knife and ot原创 2017-04-21 20:11:29 · 455 阅读 · 0 评论 -
ACM 第一天水题 (4)
Problem: You are my brotherProblem DescriptionLittle A gets to know a new friend, Little B, recently. One day, they realize that they are family 500 years ago. Now, Little A wants to know wh原创 2017-04-21 20:55:19 · 474 阅读 · 1 评论 -
ACM 水题
Let the Balloon RiseProblem DescriptionContest 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 probl原创 2017-04-27 11:36:07 · 939 阅读 · 0 评论 -
ACM 水题
Problem DescriptionThere must be many A + B problems in our HDOJ , now a new one is coming.Give you two hexadecimal integers , your task is to calculate the sum of them,and print it in hexadecimal转载 2017-04-27 11:54:35 · 749 阅读 · 0 评论 -
ACM 水题进制转换
进制转换Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 49067 Accepted Submission(s): 26945Problem Description输入一个十进制数N,将它转换成R进制数输出。原创 2017-04-27 12:29:03 · 385 阅读 · 0 评论