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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:multiplication table

Luz5年前 (2021-05-10)545
the multiplication table defined on the alphabet $$\ sum = \ {a, B, C \} $$is as follows| | **a** | **b** | **c**…

PROGRAMMING:Minimum spanning tree prim

Luz5年前 (2021-05-10)357
This paper presents an undirected connected graph, which requires the weight of its minimum spanning tree.`Warm tips: pl…

PROGRAMMING:Minimum spanning tree Kruskal

Luz5年前 (2021-05-10)490
This paper presents an undirected connected graph, which requires the weight of its minimum spanning tree.`Warm tips: pl…

PROGRAMMING:Write a program, output a short sentence "Hello world!".

Luz5年前 (2021-05-10)449
This problem requires programming, output a short sentence "Hello world!".###Input format:There is no input for this top…

PROGRAMMING:Interval coverage

Luz5年前 (2021-05-10)411
Let $$X_ 1,x_ 2,...,x_ N $$is n points on a real line. How many fixed length closed intervals are needed to cover these…

PROGRAMMING:The output of the ancient poem "you Xiangyang Huai Meng Haoran".

Luz5年前 (2021-05-10)384
Use the print statement to output Bai Juyi's you Xiangyang Huai Meng Haoran.```Chu mountain is blue rock, Han River is b…

PROGRAMMING:Judge whether the input integer is between [0100].

Luz5年前 (2021-05-10)430
Write a program to determine whether the input integer is between [0100]. Input three different ranges of integers to te…

PROGRAMMING:Coin change problem

Luz5年前 (2021-05-10)415
There are six kinds of coins with different denominations. The denominations of each coin are 5 cents, 1 jiao, 2 jiao, 5…

PROGRAMMING:Optimal service order problem

Luz5年前 (2021-05-10)363
There are n customers waiting for a service at the same time. The service time required by customer I is $$t_ i(1˂=i ˂=…

PROGRAMMING:Calculate the area of a circle according to its radius

Luz5年前 (2021-05-10)415
Calculate the area of a circle according to its radius.###Input format:Please enter a numerical value###Output format:Pl…