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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:"Hand chopping"

Luz5年前 (2021-05-10)487
Ziquan likes online shopping very much. In a shop, she takes a fancy to a dress. She knows that if today is "double 11"…

PROGRAMMING:TicTacToe

Luz5年前 (2021-05-10)512
Big guy and Xiaobai play "well" chess. That is, in the nine palace grid, as long as any row, column, or any diagonal abo…

PROGRAMMING:Xiao He's trip I

Luz5年前 (2021-05-10)414
One day, Xiao He came to travel to a strange planet, but the coins here are printed with strange symbols and letters. Xi…

PROGRAMMING:Find the sum of 1 + (1 + 2) + (1 + 2 + 3) +... + (1 + 2 + 3 +... + n)

Luz5年前 (2021-05-10)364
Find the sum of 1 + (1 + 2) + (1 + 2 + 3) +... + (1 + 2 + 3 +... + n)###Input format:Enter an integer.###Output format:O…

PROGRAMMING:Input a number and output the English word of the corresponding day of the week.

Luz5年前 (2021-05-10)387
According to the input integer data x, its value range is 1 ~ 7. 1 represents Monday, 2 represents Tuesday,..., 7 repres…

PROGRAMMING:Edison's famous saying (*)

Luz5年前 (2021-05-10)374
Edison said: "genius is one percent inspiration and ninety-nine percent perspiration."Please write a program to output t…

PROGRAMMING:Binary tree and path equal to a certain value

Luz5年前 (2021-05-10)397
It is known that the node of binary tree is an integer not equal to 0. Given an integer k, please write a program to fin…

PROGRAMMING:The last node of level K of binary tree

Luz5年前 (2021-05-10)512
Given a non empty binary tree, the data field of its node is an integer that is not equal to 0. Please write a program t…

PROGRAMMING:Remove duplicate values from the list

Luz5年前 (2021-05-10)425
Remove duplicate values from a list, the relative position of different elements in the list should not be changed.### i…

PROGRAMMING:Diagonal summation of a matrix

Luz5年前 (2021-05-10)607
Enter a matrix and calculate the sum of its two diagonal elements.### input format:Enter the number of rows n (n does no…