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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Binary tree node statistics and deletion

Luz5年前 (2021-05-10)472
To create a binary tree, the node stores integer data. The rule is: the first value is the root of the binary tree, the…

PROGRAMMING:How many circles

Luz5年前 (2021-05-10)465
Given a square with side length N, insert circles with diameter 1, 2, 3, 4,... (nested, but not overlapped, and there is…

PROGRAMMING:Communication network design

Luz5年前 (2021-05-10)554
Suppose you are a telecommunication engineer, and you need to set up a communication network between villages, so that a…

PROGRAMMING:GG's genealogy

Luz5年前 (2021-05-10)383
GG turns to the genealogy of his family. He is eager to know the information about the great grandchildren of each ances…

PROGRAMMING:Generating m 4-digit captcha 1

Luz5年前 (2021-05-10)494
Enter two positive integers m and N in the same row, n as seed to generate a 4-bit random number verification code, whic…

PROGRAMMING:Generating m k-digit captcha 2

Luz5年前 (2021-05-10)460
Enter m, N and K in the same row, n as seed, generate a k-bit random number verification code, which is the next seed, a…

PROGRAMMING:Grid Painting

Luz5年前 (2021-05-10)519
Recently, Little Gyro picked up several grids whose total number is $$n$$ on the ground. As Little Gyro is bored, he dec…

PROGRAMMING:Aligned output of real numbers

Luz5年前 (2021-05-10)417
Write a program, according to the required format output user input real number (double).The specific requirements are:…

PROGRAMMING:Dictionary merging and sorting

Luz5年前 (2021-05-10)419
The user can input two dictionaries in two lines, and the format refers to the input requirements; Please design the pro…

PROGRAMMING:Letter tower figure

Luz5年前 (2021-05-10)546
Print n-line letter tower graphics.###Input format:Enter a positive integer n less than 10 in one line.###Output format:…