当前位置:首页
> Luz 第2809页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find the sum of odd numbers from 1 to n.
Find the sum of odd numbers from 1 to positive integer n, and wrap the output line.###Input format:Enter a positive inte…
PROGRAMMING:Keven's going home
Keven happily ended his sophomore's life and decided to start the summer training. Before the summer training, he wanted…
PROGRAMMING:Violent primary school (second grade) - find 4 numbers
Xiaobo is a sophomore in Xincheng primary school. He is very honest and his grades in mathematics and Chinese are medium…
PROGRAMMING:Violent primary school (second grade) - find two three digit numbers
Xiaobo is a sophomore in Xincheng primary school. He is very honest and his grades in mathematics and Chinese are medium…
PROGRAMMING:Output a number of digits and its reverse order
Input a positive integer (no more than 9 bits, i.e. up to 9 bits) from the keyboard, which requires programming to reali…
PROGRAMMING:The problem of finding the maximum and minimum of the average value of N numbers.
Input n (3 ˂ = n ˂ = 20) integers from the keyboard, and calculate the average value of these n integers and the maximum…
PROGRAMMING:Suffix evaluation
We humans are used to writing infixes, such as' 3 + 5 * 2 ', whose value is' 13'( p. Why do people get used to infix? Is…
PROGRAMMING:Statistics of characters
Input a string of characters from the keyboard, count the number of English letters, numbers and other characters and ou…
PROGRAMMING:Input n numbers from the keyboard and store them into one-dimensional array, and program to output odd subscript elements.
Input n (˂ = 100) numbers from the keyboard, store them in one-dimensional array, and program to output odd subscript el…
PROGRAMMING:Invert array elements
Keyboard input n (n ˂ = 20) number into the one-dimensional array, the programming will be inverted before and after the…