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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding the largest and the second largest elements

Luz5年前 (2021-05-10)380
Enter n (where 1 ˂ n ˂ 100) and N integers (int type data range) to calculate the serial numbers of the largest and seco…

PROGRAMMING:toggle case

Luz5年前 (2021-05-10)386
Shao and his deskmate Li play a game to test their reaction. One of them gives a letter. If the letter is a capital lett…

PROGRAMMING:Sum up

Luz5年前 (2021-05-10)356
Find the sum of [1, n].###Input format:Enter a positive integer n.###Output format:Output the sum of 1 + 2 +... + n.###I…

PROGRAMMING:Step into the computer series (1) view the ASCII code of characters

Luz5年前 (2021-05-10)432
As we all know, all the data in the computer must be represented by binary numbers when they are stored and calculated.…

PROGRAMMING:String input exercise (I)

Luz5年前 (2021-05-10)396
Calculates the length of the string.###Input format:One string per line.###Output format:For each line of string, output…

PROGRAMMING:Stepping into computer series (2)

Luz5年前 (2021-05-10)354
Li is an obsessive-compulsive disorder, he likes neat things. For example, when he sees a column of numbers, he likes to…

PROGRAMMING:Step into computer series (8) keep three decimal places

Luz5年前 (2021-05-10)531
Li is an obsessive-compulsive disorder, as we all know. Now, he's competing with decimals again. He wanted to keep three…

PROGRAMMING:Summation of sequence

Luz5年前 (2021-05-10)399
Enter a number to find the sum of 1 and this number###Input format:A positive integer n, processing to the end of the fi…

PROGRAMMING:Simple maximum (2)

Luz5年前 (2021-05-10)422
Find the largest even number of three integers.###Input format:Enter three integers a, B, C (in the range of int type).T…

PROGRAMMING:Insert element

Luz5年前 (2021-05-10)469
Input n integers (1 ˂ = n ˂ 100), insert new elements at the specified position P, and output the final result###Input f…