当前位置:首页
> Luz 第2771页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output all numbers greater than the average
This problem requires the preparation of procedures, the input of $$n $$integers into the array $$a $, and then calculat…
PROGRAMMING:Using array to calculate Fibonacci sequence
This problem requires the preparation of procedures, the use of arrays to calculate Fibonacci (Fibonacci) sequence of th…
PROGRAMMING:Minimum value and its subscript
This problem requires programming to find out the minimum value of the given number of $$n $$and its corresponding minim…
PROGRAMMING:Exchange minimum
This problem requires programming to find out the minimum value of the given number of $$n $, exchange it with the first…
PROGRAMMING:Flip array
Input a group of numbers (less than 50 elements), and output the array elements in reverse order.###Input format:In the…
PROGRAMMING:Survey the popularity of TV programs
A TV station wants to investigate the audience's popularity of its eight columns (with corresponding column numbers of 1…
PROGRAMMING:Finding the maximum value of a matrix
This problem requires programming to find the maximum value and position of a given matrix. The maximum value of the tit…
PROGRAMMING:Count the number of numeric characters in the string
Enter a string and count the number of numeric characters ('0 '...'9').###Input format:Enter a non empty string that end…
PROGRAMMING:Output two-dimensional array in the form of matrix
This problem requires programming, first of all, to assign a value to a two-dimensional array of $$m / times n $, the va…
PROGRAMMING:Square matrix transposition
This problem requires the preparation of procedures, a given $$n times n $$matrix transpose (row and column swap) output…