2022年10月23日
摘要:
题目描述 Given any positive integer N, you are supposed to find all of its prime factors, and write them in the format N = p1^k1 * p2^k2 *...*pm^km. 输入描述:
阅读全文
posted @ 2022-10-23 23:25
Coder何
阅读(40)
推荐(0)
2022年10月17日
摘要:
题目描述 Mice and Rice is the name of a programming contest in which each programmer must write a piece of code to control the movements of a mouse in a g
阅读全文
posted @ 2022-10-17 00:51
Coder何
阅读(25)
推荐(0)
2022年10月2日
摘要:
题目描述 A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to cus
阅读全文
posted @ 2022-10-02 22:38
Coder何
阅读(29)
推荐(0)
2022年9月26日
摘要:
题目描述 The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numb
阅读全文
posted @ 2022-09-26 00:53
Coder何
阅读(26)
推荐(0)
2022年9月19日
摘要:
题目描述 According to Wikipedia:Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, in
阅读全文
posted @ 2022-09-19 02:06
Coder何
阅读(23)
推荐(0)
2022年9月17日
摘要:
题目描述 Given a singly linked list L with integer keys, you are supposed to remove the nodes with duplicated absolute values of the keys. That is, for ea
阅读全文
posted @ 2022-09-17 23:10
Coder何
阅读(35)
推荐(0)
2022年9月5日
摘要:
题目描述 A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level belong to the same generation. Your task is to f
阅读全文
posted @ 2022-09-05 00:07
Coder何
阅读(16)
推荐(0)
2022年8月29日
摘要:
题目描述 A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to cus
阅读全文
posted @ 2022-08-29 00:23
Coder何
阅读(28)
推荐(0)
2022年8月27日
摘要:
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat
阅读全文
posted @ 2022-08-27 23:37
Coder何
阅读(33)
推荐(0)
2022年8月22日
摘要:
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 is a
阅读全文
posted @ 2022-08-22 00:39
Coder何
阅读(27)
推荐(0)