上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: Problem Description There 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 to... 阅读全文
posted @ 2019-08-16 20:22 yyer 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Problem Description Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the intersected part of two rectangles. its sides are pa... 阅读全文
posted @ 2019-08-16 17:25 yyer 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Nastya received a gift on New Year — a magic wardrobe. It is magic because in the end of each month the number of dresses in it doubles (i.e. the number of dresses becomes twice as large as it is in t... 阅读全文
posted @ 2019-08-16 16:17 yyer 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Problem Description Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO". Input each test case contains two numbers A and B. Output for each case, if A is equal to B... 阅读全文
posted @ 2019-08-16 15:56 yyer 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 75783 Accepted Submission(s): 30118 Problem Description 人称“AC女之杀手”的超级偶像LELE最近忽然玩起了深沉,这可急坏了众多“... 阅读全文
posted @ 2019-08-16 10:27 yyer 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Problem Description 作为杭电的老师,最盼望的日子就是每月的8号了,因为这一天是发工资的日子,养家糊口就靠它了,呵呵但是对于学校财务处的工作人员来说,这一天则是很忙碌的一天,财务处的小胡老师最近就在考虑一个问题:如果每个老师的工资额都知道,最少需要准备多少张人民币,才能在给每位老师发工资的时候都不用老师找零呢?这里假设老师的工资都是正整数,单位元,人民币一共有100元、50元、1... 阅读全文
posted @ 2019-08-14 22:42 yyer 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 海选女主角Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 93254 Accepted Submission(s): 40690 Problem Description potato老师虽然很喜欢教书,但是迫于生活压力,不得不想办法在... 阅读全文
posted @ 2019-08-14 21:39 yyer 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 斐波那契数列的定义如下: F(0) = 0 F(1) = 1 F(n) = F(n - 1) + F(n - 2) (n >= 2) (1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, ...) 给出n,求F(n),由于结果很大,输出F(n) % 1000000009的结果即可。 收起 输入输入1个数n(1 #include #incl... 阅读全文
posted @ 2019-08-14 21:36 yyer 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 考试排名Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 23026 Accepted Submission(s): 7837 Problem Description C++编程考试使用的实时提交系统,具有即时获得成绩排名的特点。它的功... 阅读全文
posted @ 2019-08-13 22:20 yyer 阅读(264) 评论(0) 推荐(0) 编辑
摘要: F. Hitting the target time limit per test 1.0 s memory limit per test 512 MB input standard input output standard output Sitting in front of the computer for too long is no good for your health. Keepi... 阅读全文
posted @ 2019-08-10 21:34 yyer 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页