摘要: A1058 A+B in Hogwarts (20)(20 分) If you are a fan of Harry Potter, you would know the world of magic has its own currency system as Hagrid explained i 阅读全文
posted @ 2018-07-30 22:52 lingr7 阅读(249) 评论(0) 推荐(0) 编辑
摘要: A1027 Colors in Mars (20)(20 分) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is repre 阅读全文
posted @ 2018-07-30 22:41 lingr7 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1022 D进制的A+B (20)(20 分) 输入两个非负10进制整数A和B( int main() { int a, b, d; scanf("%d%d%d", &a, &b, &d); int sum = a + b; int ans[31], num = 0; do { ans[num++] 阅读全文
posted @ 2018-07-30 22:07 lingr7 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 3.4日期处理 http://www.codeup.cn/problem.php?cid=100000578&pid=0 c include int month[13][2] = { // 平年和闰年的每个月的天数 {0,0}, {31,31}, {28,29}, {31,31}, {30,30}, 阅读全文
posted @ 2018-07-30 21:49 lingr7 阅读(116) 评论(0) 推荐(0) 编辑
摘要: A1031 Hello World for U (20)(20 分) Given any string of N ( =5) characters, you are asked to form the characters into the shape of U. For example, "hel 阅读全文
posted @ 2018-07-30 21:11 lingr7 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1032 挖掘机技术哪家强(20)(20 分) 为了用事实说明挖掘机技术到底哪家强,PAT组织了一场挖掘机技能大赛。现请你根据比赛结果统计出技术最强的那个学校。 输入格式: 输入在第1行给出不超过10^5^的正整数N,即参赛人数。随后N行,每行给出一位参赛者的信息和成绩,包括其所代表的学校的编号(从 阅读全文
posted @ 2018-07-30 16:56 lingr7 阅读(172) 评论(0) 推荐(1) 编辑
摘要: 1028 人口普查(20)(20 分) 某城镇进行人口普查,得到了全体居民的生日。现请你写个程序,找出镇上最年长和最年轻的人。 这里确保每个输入的日期都是合法的,但不一定是合理的——假设已知镇上没有超过200岁的老人,而今天是2014年9月6日,所以超过200岁的生日和未出生的生日都是不合理的,应该 阅读全文
posted @ 2018-07-30 16:31 lingr7 阅读(358) 评论(2) 推荐(0) 编辑
摘要: 1004 成绩排名 (20)(20 分) 读入n名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。 输入格式: 每个测试输入包含1个测试用例,格式为\ 其中姓名和学号均为不超过10个字符的字符串,成绩为0到100之间的一个整数,这里保证在一组测试用例中没有两个学生的成绩是相同的。 阅读全文
posted @ 2018-07-30 14:55 lingr7 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 1041 考试座位号(15)(15 分) 每个PAT考生在参加考试时都会被分配两个座位号,一个是试机座位,一个是考试座位。正常情况下,考生在入场时先得到试机座位号码,入座进入试机状态后,系统会显示该考生的考试座位号码,考试时考生需要换到考试座位就座。但有些考生迟到了,试机已经结束,他们只能拿着领到的 阅读全文
posted @ 2018-07-30 14:00 lingr7 阅读(1620) 评论(1) 推荐(2) 编辑
摘要: A1009 Product of Polynomials (25)(25 分) This time, you are supposed to find A B where A and B are two polynomials. Input Specification: Each input fil 阅读全文
posted @ 2018-07-30 10:48 lingr7 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 1002 A+B for Polynomials (25)(25 分) This time, you are supposed to find A+B where A and B are two polynomials. Input Each input file contains one test 阅读全文
posted @ 2018-07-30 10:20 lingr7 阅读(353) 评论(0) 推荐(0) 编辑