当前位置:首页
> Luz 第2778页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Adjust the array so that all odd numbers precede even numbers, and the order of other numbers remains unchanged
Enter a number string no more than 10 in length, adjust the array so that all odd numbers are in front of even numbers,…
PROGRAMMING:finding integer
The question request that finds a designate integer (X) from N numbers (0˂N˂=20) . If found it, output the position of X…
PROGRAMMING:Count the number of words beginning with a specified letter - heboost
Counts the number of words that begin with a specified letter###Input format:The input data is in the form of single lin…
PROGRAMMING:Find the person with the most attendance - heboost
According to the teacher's roster, find the person with the most attendance.###Input format:The attendance record is giv…
PROGRAMMING:Find the longest word - heboost
Find the longest word (words of different lengths appear only once).###Input format:The input format is single line, and…
PROGRAMMING:Extension of hundred chicken problem n-chicken problem
`N yuan to buy n chickens, 5 yuan for each rooster, 3 yuan for each hen, and 1 yuan for 3 chickens. N yuan to buy n chic…
PROGRAMMING:Finding the negative number of elements in each row of matrix
This problem requires the preparation of procedures to find a given M × The number of negative elements in each row of N…
PROGRAMMING:JMU Python Caesar encryption algorithm
Write a Caesar password encryption program, receive the text and key K input by the user, and replace the letters A-Z an…
PROGRAMMING:Find the sum of all negative numbers of elements in each row of matrix
This problem requires the preparation of procedures to find a given M × The sum of all negative numbers of the elements…
PROGRAMMING:Finding the sum of all positive numbers of elements in each row of matrix
This problem requires the preparation of procedures to find a given M × N the sum of all positive numbers of the element…