上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 90 下一页
摘要: For two rational numbers, your task is to implement the basic arithmetics, that is, to calculate their sum, difference, product and quotient. Input Sp 阅读全文
posted @ 2018-08-31 16:08 王清河 阅读(175) 评论(0) 推荐(0)
摘要: Given N rational numbers in the form numerator/denominator, you are supposed to calculate their sum. Input Specification: Each input file contains one 阅读全文
posted @ 2018-08-31 09:35 王清河 阅读(186) 评论(0) 推荐(0)
摘要: For any 4-digit integer except the ones with all the digits being the same, if we sort the digits in non-increasing order first, and then in non-decre 阅读全文
posted @ 2018-08-27 13:28 王清河 阅读(177) 评论(0) 推荐(0)
摘要: Given any positive integer N, you are supposed to find all of its prime factors, and write them in the format N = p​1​​​k​1​​​​×p​2​​​k​2​​​​×⋯×p​m​​​ 阅读全文
posted @ 2018-08-25 07:57 王清河 阅读(773) 评论(0) 推荐(0)
摘要: Given two strings S~1~ and S~2~, S = S~1~ - S~2~ is defined to be the remaining string after taking all the characters in S~2~ from S~1~. Your task is 阅读全文
posted @ 2018-08-22 20:16 王清河 阅读(145) 评论(0) 推荐(0)
摘要: The task is simple: given any positive integer N, you are supposed to count the total number of 1's in the decimal form of the integers from 1 to N. F 阅读全文
posted @ 2018-08-22 20:01 王清河 阅读(115) 评论(0) 推荐(0)
摘要: Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M\$). When making 阅读全文
posted @ 2018-08-20 20:10 王清河 阅读(99) 评论(0) 推荐(0)
摘要: A table tennis club has N tables available to the public. The tables are numbered from 1 to N. For any pair of players, if there are some tables open 阅读全文
posted @ 2018-08-14 15:51 王清河 阅读(346) 评论(0) 推荐(0)
摘要: Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1 = { 11, 12, 13, 14 } is 1 阅读全文
posted @ 2018-08-12 09:59 王清河 阅读(535) 评论(0) 推荐(0)
摘要: Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim 阅读全文
posted @ 2018-08-11 10:19 王清河 阅读(136) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 90 下一页