当前位置:首页
> Luz 第2777页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Morse code
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
Brother Honghong recently took a part-time job in a game company, responsible for data management in the background. The…
PROGRAMMING:Partial sorting
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
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
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
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
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
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
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
The lower triangular matrix is a matrix with all zeros at the top right of the main diagonal.Enter the integer n (1 ≤ n…