当前位置:首页
> Luz 第2732页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding the largest and the second largest elements
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
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
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
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)
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)
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
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
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)
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
Input n integers (1 ˂ = n ˂ 100), insert new elements at the specified position P, and output the final result###Input f…