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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Graph depth first traversal

Luz5年前 (2021-05-10)378
Write a program for a given digraph (not necessarily connected) depth first traversal, the graph contains n vertices, nu…

PROGRAMMING:Select the location of the hospital

Luz5年前 (2021-05-10)352
Let a, B, C, D, e and f denote six villages in a township, and the weight on the arc denotes the distance between the tw…

PROGRAMMING:Maze variant - shortest path

Luz5年前 (2021-05-10)457
The figure below shows a maze, with - 1 around the maze representing a wall, and - 1 inside the maze representing an obs…

PROGRAMMING:Select sort

Luz5年前 (2021-05-10)383
This problem requires reading in n integers from the keyboard and sorting these integers. Output the result of each step…

PROGRAMMING:green grassland

Luz5年前 (2021-05-10)441
As the sheep and sheep fight with gray wolf every day, the grass on the grassland is neglected, so they find a grass pla…

PROGRAMMING:List stores animal objects

Luz5年前 (2021-05-10)501
This question requires that animals, including birds and dogs, be stored in the list. Please write the code to complete…

PROGRAMMING:Sum up

Luz5年前 (2021-05-10)355
S = 1 + 2 + 3 +... + N, when s is greater than m for the first time, the value of n is?The value of M is input from the…

PROGRAMMING:Sum up

Luz5年前 (2021-05-10)339
Enter a positive integer n from the keyboard, and find the sum of positive integers within n that can be divided by 3 (i…

PROGRAMMING:Output all divisors of an integer (excluding 1 and itself).

Luz5年前 (2021-05-10)460
This topic requires reading in an integer and outputting all its divisors (exhaustive method). If it is a divisor, it wi…

PROGRAMMING:LC's game road 1

Luz5年前 (2021-05-10)460
Recently, $$LC $$is addicted to a game and has fun every day. But there is a bad thing about this game, that is, when yo…