上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as a reflection of the s 阅读全文
posted @ 2021-11-25 12:05 勇往直前的力量 阅读(21) 评论(0) 推荐(0)
摘要: If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0.123*105 with 阅读全文
posted @ 2021-11-25 01:14 勇往直前的力量 阅读(30) 评论(0) 推荐(0)
摘要: Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push ( 阅读全文
posted @ 2021-11-24 23:41 勇往直前的力量 阅读(32) 评论(0) 推荐(0)
摘要: Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional 阅读全文
posted @ 2021-11-24 22:10 勇往直前的力量 阅读(56) 评论(0) 推荐(0)
摘要: Given any positive integer N, you are supposed to find all of its prime factors, and write them in the format N = p1k1 * p2k2 *…*pm^km. Input Specific 阅读全文
posted @ 2021-11-23 11:47 勇往直前的力量 阅读(57) 评论(0) 推荐(0)
摘要: If you are a fan of Harry Potter, you would know the world of magic has its own currency system — as Hagrid explained it to Harry, “Seventeen silver S 阅读全文
posted @ 2021-11-22 21:50 勇往直前的力量 阅读(30) 评论(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 @ 2021-11-22 17:38 勇往直前的力量 阅读(48) 评论(0) 推荐(0)
摘要: Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si 阅读全文
posted @ 2021-11-21 20:51 勇往直前的力量 阅读(57) 评论(0) 推荐(0)
摘要: Behind the scenes in the computer’s memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color 阅读全文
posted @ 2021-11-21 16:43 勇往直前的力量 阅读(21) 评论(0) 推荐(0)
摘要: Given two strings S1 and S2, S = S1 - S2 is defined to be the remaining string after taking all the characters in S2 from S1. Your task is simply to c 阅读全文
posted @ 2021-11-21 16:21 勇往直前的力量 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页