当前位置:首页
> Luz 第3016页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:multiplication table
the multiplication table defined on the alphabet $$\ sum = \ {a, B, C \} $$is as follows| | **a** | **b** | **c**…
PROGRAMMING:Minimum spanning tree prim
This paper presents an undirected connected graph, which requires the weight of its minimum spanning tree.`Warm tips: pl…
PROGRAMMING:Minimum spanning tree Kruskal
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!".
This problem requires programming, output a short sentence "Hello world!".###Input format:There is no input for this top…
PROGRAMMING:Interval coverage
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".
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].
Write a program to determine whether the input integer is between [0100]. Input three different ranges of integers to te…
PROGRAMMING:Coin change problem
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
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
Calculate the area of a circle according to its radius.###Input format:Please enter a numerical value###Output format:Pl…