01 2020 档案

摘要:1091 Acute Stroke (30分) One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in 阅读全文
posted @ 2020-01-28 19:35 musecho 阅读(644) 评论(0) 推荐(1)
摘要:1103 Integer Factorization (30分) The K − P factorization of a positive integer N is to write N as the sum of the P th power of K positive integers. Yo 阅读全文
posted @ 2020-01-27 17:04 musecho 阅读(376) 评论(0) 推荐(0)
摘要:1052 Linked List Sorting (25分) A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each str 阅读全文
posted @ 2020-01-26 17:59 musecho 阅读(252) 评论(0) 推荐(0)
摘要:1032 Sharing (25分) To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the wor 阅读全文
posted @ 2020-01-26 11:21 musecho 阅读(351) 评论(1) 推荐(0)
摘要:1054 The Dominant Color (20分) Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each 阅读全文
posted @ 2020-01-22 19:52 musecho 阅读(161) 评论(0) 推荐(0)
摘要:1001 A+B Format (20分) Calculate a + b and output the sum in standard format that is, the digits must be separated into groups of three by commas (unle 阅读全文
posted @ 2020-01-22 19:51 musecho 阅读(224) 评论(0) 推荐(0)