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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output all numbers greater than the average

Luz5年前 (2021-05-10)427
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

Luz5年前 (2021-05-10)428
This problem requires the preparation of procedures, the use of arrays to calculate Fibonacci (Fibonacci) sequence of th…

PROGRAMMING:Minimum value and its subscript

Luz5年前 (2021-05-10)442
This problem requires programming to find out the minimum value of the given number of $$n $$and its corresponding minim…

PROGRAMMING:Exchange minimum

Luz5年前 (2021-05-10)576
This problem requires programming to find out the minimum value of the given number of $$n $, exchange it with the first…

PROGRAMMING:Flip array

Luz5年前 (2021-05-10)352
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

Luz5年前 (2021-05-10)436
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

Luz5年前 (2021-05-10)537
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

Luz5年前 (2021-05-10)407
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

Luz5年前 (2021-05-10)445
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

Luz5年前 (2021-05-10)430
This problem requires the preparation of procedures, a given $$n times n $$matrix transpose (row and column swap) output…