摘要: 题目 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 } i 阅读全文
posted @ 2020-05-27 13:21 无代码,非程序 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 题目 A long distance telephone company charges its customers by the following rules: Making a long distance call costs a certain amount per minute, depe 阅读全文
posted @ 2020-05-19 16:48 无代码,非程序 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 题目 A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a 阅读全文
posted @ 2020-05-19 15:54 无代码,非程序 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 题目 To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C C Programming Language, M Math 阅读全文
posted @ 2020-05-19 15:29 无代码,非程序 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 题目 With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing 阅读全文
posted @ 2020-05-19 13:53 无代码,非程序 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal number and 110 i 阅读全文
posted @ 2020-05-18 23:23 无代码,非程序 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 题目 This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case o 阅读全文
posted @ 2020-05-18 22:35 无代码,非程序 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 题目 The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the e 阅读全文
posted @ 2020-05-18 21:45 无代码,非程序 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a sequence of K integers { N​1​​ , N​2​​ , ..., N​K​​ }. A continuous subsequence is defined to be { Ni​​ , N​i+1​​ , ..., N​j​​ } where 1≤i≤ 阅读全文
posted @ 2020-05-18 21:31 无代码,非程序 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题目 Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one te 阅读全文
posted @ 2020-05-18 20:26 无代码,非程序 阅读(169) 评论(0) 推荐(0) 编辑