当前位置:首页
> Luz 第2633页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find the specified character
This problem requires the preparation of procedures, from the given string to find a specified character.###Input format…
PROGRAMMING:Find the saddle point
The "saddle point" of a matrix element refers to the maximum value of the element in the row and the minimum value in th…
PROGRAMMING:Count the number of words in a line of text
This topic requires the preparation of procedures to count the number of words in a line of characters. The so-called "w…
PROGRAMMING:Sorting by selection
This problem requires that the given $$n $$integers be sorted from large to small and then output.###Input format:Enter…
PROGRAMMING:Finding the sum of elements in each line of matrix
This problem requires programming to find the sum of elements of a given matrix.###Input format:Enter the first line to…
PROGRAMMING:Output student grades
This problem requires the preparation of procedures, according to the input students' scores, statistics and output stud…
PROGRAMMING:Plane vector addition
This problem requires the preparation of procedures to calculate the sum of two two-dimensional plane vectors.###Input f…
PROGRAMMING:Statistical capital consonants
English consonants are letters other than a, e, I, O and U. This problem requires the preparation of procedures, statist…
PROGRAMMING:String sorting
This problem requires the preparation of procedures, read 5 strings, according to the order of output from small to larg…
PROGRAMMING:String replacement
This problem requires the program to replace the uppercase English letters in the given string according to the followin…