当前位置:首页
> Luz 第2893页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Binary tree node statistics and deletion
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
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
Suppose you are a telecommunication engineer, and you need to set up a communication network between villages, so that a…
PROGRAMMING:GG's genealogy
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
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
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
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
Write a program, according to the required format output user input real number (double).The specific requirements are:…
PROGRAMMING:Dictionary merging and sorting
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
Print n-line letter tower graphics.###Input format:Enter a positive integer n less than 10 in one line.###Output format:…