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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Adjust the array so that all odd numbers precede even numbers, and the order of other numbers remains unchanged

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

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

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

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

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

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

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

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

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

Luz5年前 (2021-05-10)472
This problem requires the preparation of procedures to find a given M × N the sum of all positive numbers of the element…