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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Building block competition

Luz5年前 (2021-05-10)387
Chunchun kindergarten held the annual "building block competition".The content of this year's competition is to build a…

PROGRAMMING:Simple addition

Luz5年前 (2021-05-10)637
This problem requires reading in two positive integers a and B, and then just output their sum. The only difference is t…

PROGRAMMING:Define a time class

Luz5年前 (2021-05-10)352
Define a time class time, which can provide and set the time composed of hours, minutes and seconds, and write the appli…

PROGRAMMING:Looking for saddle point

Luz5年前 (2021-05-10)384
This problem requires to find out the saddle point in the matrix of 3 rows and 4 columns, that is, the element in this p…

PROGRAMMING:Total permutation with repeating elements

Luz5年前 (2021-05-10)350
Calculate how many permutations there are for a given number of N, i.e. complete permutation (repeated elements may appe…

PROGRAMMING:Lexicographic order of permutations

Luz5年前 (2021-05-10)429
N elements {1, 2,..., n} have n! There are two different arrangements. Put this n! They are arranged in dictionary order…

PROGRAMMING:Image filtering

Luz5年前 (2021-05-10)460
This question comes from the pat (basic level) practice.Image filtering is to dye the unimportant pixels in the image in…

PROGRAMMING:Half set

Luz5年前 (2021-05-10)427
Given a natural number n, starting from n, we can generate a half set in turn. The numbers in set (n) are as follows (no…

PROGRAMMING:Set partition

Luz5年前 (2021-05-10)470
When n = 4, the set {1,2,3,4} can be divided into 15 different nonempty subsets as follows:```{{1},{2},{3},{4}},{{1,2},{…

PROGRAMMING:drainage system

Luz5年前 (2021-05-10)539
For a city, the drainage system is an extremely important part.One day, little c got the design drawing of a city's drai…