当前位置:首页
> Luz 第2783页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding the circumference of a circle
Input the radius r of the circle, calculate its perimeter and output, and the PI is defined as 3.14159.###Input format:E…
PROGRAMMING:Huffman tree
Huffman tree, the first line input a number n, the number of leaf nodes.According to the concept of Huffman tree, these…
PROGRAMMING:The tower of Hanoi problem
Hanoi tower is a puzzle toy originated from ancient Indian legend. It is said that when Brahma created the world, he mad…
PROGRAMMING:Nine serial problems
Jiulianhuan is a kind of traditional folk intellectual toy which is popular in Shanxi Province. It is composed of nine r…
PROGRAMMING:Heboost: the maximum and minimum problem of deleted sequences
Scholars in data statistics, in order to avoid the influence of extreme value, usually ignore the maximum and minimum va…
PROGRAMMING:Reverse alphabetic string heboost
According to the size of input n (1 = ˂ n ˂ = 26), the corresponding inverted string is output.###Input format:Input for…
PROGRAMMING:Special birthday
Each date can be converted into 8 digits. For example, May 12, 2018 corresponds to 20180512. Xiao Ming found that after…
PROGRAMMING:And search [template]
Given a query set, please complete the merge and query operations.###Input format:The first line contains two integers n…
PROGRAMMING:One coin makes more money
In our daily life, we often need to convert some large amount of RMB into small change. We know that we have many RMB wi…
PROGRAMMING:Dijkstra algorithm (template)
For an undirected graph with n (1 ≤ n ≤ 2500) points and m (1 ≤ m ≤ 6200) edges, find the shortest path from s to t.###I…