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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Hard disk repair

Luz5年前 (2021-05-10)524
###Title DescriptionOne day, the school's server failure, resulting in damage to the hard disk. Because the hard disk st…

PROGRAMMING:The judgment point is inside or outside the circle

Luz5年前 (2021-05-10)385
Enter five data, which are the center position coordinates x and y of circle C, the radius of circle, and the position c…

PROGRAMMING:Sum is two numbers of a certain value

Luz5年前 (2021-05-10)405
There is an integer array l with n elements. Please find out the two unequal elements in the array and s, and output the…

PROGRAMMING:Grand Line

Luz5年前 (2021-05-10)443
"I'm the man who wants to be the pirate king!", While shouting such slogans, Luffy embarked on the arduous journey of th…

PROGRAMMING:Xiangxiang's walkie talkie

Luz5年前 (2021-05-10)403
In order to communicate with Lan Lan quickly at any time, Xiang Xiang arranged two walkie talkies.Xiangxiang and Lanlan…

PROGRAMMING:3.9 - use the ternary operator to determine whether the two numbers entered are equal

Luz5年前 (2021-05-10)535
Replace the if in the program in listing 3-6 with the conditional operator (trinomial operator) to achieve the same func…

PROGRAMMING:3.8 - calculate the difference between two integers and display

Luz5年前 (2021-05-10)441
Use the if statement to replace the conditional operator in the code listing 3-15 program to achieve the same function.L…

PROGRAMMING:Total number of days to any date

Luz5年前 (2021-05-10)367
Programming realization: input the value of year, month and day of any date, and find out the total number of days from…

PROGRAMMING:3.7 - enter four integers to display the maximum value

Luz5年前 (2021-05-10)385
Write a program to calculate the maximum value of the four integers and display.Pay attention to the if statement[Mingji…

PROGRAMMING:3.10 - calculate whether two of the three integers are equal

Luz5年前 (2021-05-10)488
Write a program, such as the following input three integers, if the three numbers are equal, then the display "three val…