-->
当前位置:首页 > Luz 第2783页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding the circumference of a circle

Luz5年前 (2021-05-10)333
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

Luz5年前 (2021-05-10)425
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

Luz5年前 (2021-05-10)435
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

Luz5年前 (2021-05-10)617
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

Luz5年前 (2021-05-10)430
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

Luz5年前 (2021-05-10)356
According to the size of input n (1 = ˂ n ˂ = 26), the corresponding inverted string is output.###Input format:Input for…

PROGRAMMING:Special birthday

Luz5年前 (2021-05-10)432
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]

Luz5年前 (2021-05-10)457
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

Luz5年前 (2021-05-10)440
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)

Luz5年前 (2021-05-10)384
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…