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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Three digits that meet the condition

Luz5年前 (2021-05-10)465
There are 1, 2, 3 and 4 numbers. How many three digit numbers are there that are different from each other and without r…

PROGRAMMING:Delete arc

Luz5年前 (2021-05-10)399
Suppose the directed graph is stored in adjacency table, try to write an algorithm to delete arcs and traverse depth fir…

PROGRAMMING:Finding connected components

Luz5年前 (2021-05-10)413
Try to write an algorithm to find the connected component of undirected graph G. Judge how many connected quantities the…

PROGRAMMING:Absolute value of real number

Luz5年前 (2021-05-10)428
Input a real number from the keyboard, find the absolute value of the number, and output according to the format require…

PROGRAMMING:Determine whether there is a path between two vertices

Luz5年前 (2021-05-10)418
Try to write an algorithm to judge whether there is a path from vertex VI to vertex VJ (I - ˃ J, i.e. VI - ˃ VJ) in the…

PROGRAMMING:jmu_ python_ Is it a number

Luz5年前 (2021-05-10)403
This problem requires input a string from the keyboard to determine whether the string belongs to the integer, floating…

PROGRAMMING:JMU Python input output format output string

Luz5年前 (2021-05-10)664
Enter 3 lines of string, and then format the output according to the instructions###Input format:Line 1: a floating-poin…

PROGRAMMING:jmu_ python_ Greatest common divisor & least common multiple

Luz5年前 (2021-05-10)415
This problem requires two integers (separated by commas) to be input from the keyboard, and the greatest common divisor…

PROGRAMMING:JMU Python repeated element determination

Luz5年前 (2021-05-10)431
If only one element appears twice in each list, the list will be judged to contain duplicate elements.Write a function t…

PROGRAMMING:JMU Python string count the number of different characters

Luz5年前 (2021-05-10)417
Count the number of different characters on a line of string, and count and output the number of Chinese and English cha…