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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Morse code

Luz5年前 (2021-05-10)517
Have you ever seen spy drama? Most of them have the plot of sending telegrams. Is it cool to send telegrams in a tick li…

PROGRAMMING:Lead the equipment

Luz5年前 (2021-05-10)540
Brother Honghong recently took a part-time job in a game company, responsible for data management in the background. The…

PROGRAMMING:Partial sorting

Luz5年前 (2021-05-10)462
For a set of data, we can sort only those elements that were originally in the middle.###Input format:Enter 'n r A1, A2.…

PROGRAMMING:Brush questions and teacher Z's hair

Luz5年前 (2021-05-10)467
On pintia, every day, teacher Z gives questions and friends brush them. Teacher Z's hair obeys the following rules: 11.…

PROGRAMMING:The process of binary search

Luz5年前 (2021-05-10)384
This problem requires the use of binary search method, in the given $$n $$integer in ascending order to find $$x $, and…

PROGRAMMING:The process of bubble sorting

Luz5年前 (2021-05-10)548
This problem requires the use of bubble sort, the given $$n $$integers from small to large sort output, and output sorti…

PROGRAMMING:Xiao Ming's dinner

Luz5年前 (2021-05-10)469
Xiao Ming has been studying hard recently, so he often forgets to eat. Xiao Ming decided to take a holiday to have a big…

PROGRAMMING:Counting

Luz5年前 (2021-05-10)431
Here are two numbers, a and B. Please output a ^ b Mod 100000007.Mod means take module. Example: 6% 2 = 0, 5% 2 = 1;###I…

PROGRAMMING:Construction of identity matrix

Luz5年前 (2021-05-10)428
The identity matrix is a matrix whose main diagonal is 1 and others are 0.Enter the integer n (1 ≤ n ≤ 10) to construct…

PROGRAMMING:Constructing lower triangular matrix

Luz5年前 (2021-05-10)412
The lower triangular matrix is a matrix with all zeros at the top right of the main diagonal.Enter the integer n (1 ≤ n…