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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Averaging

Luz5年前 (2021-05-10)389
From the keyboard input a batch of positive integers (with - 1 as the end mark), calculate their average value and outpu…

PROGRAMMING:Calculate the final score of the judges

Luz5年前 (2021-05-10)507
In the speech contest, there are n (n ˂ = 12) judges scoring, programming to get a player's final score (the average of…

PROGRAMMING:Finding the best value of two dimensional array

Luz5年前 (2021-05-10)409
From the keyboard input m (2 ˂ = m ˂ = 6) row n (2 ˂ = n ˂ = 6) column integer data, programming to find out the maximum…

PROGRAMMING:Matrix transpose

Luz5年前 (2021-05-10)388
Input a matrix of order m (2 ˂ = m ˂ = 6) * n (2 ˂ = n ˂ = 6) from the keyboard, and program to output its transpose mat…

PROGRAMMING:Delete a character

Luz5年前 (2021-05-10)442
Input a string STR and a character ch from the keyboard, delete all the characters Ch in STR and output the deleted stri…

PROGRAMMING:Input two strings, output the larger one.

Luz5年前 (2021-05-10)543
Input two strings from the keyboard and output the larger one.###Input format:Enter two strings separated by carriage re…

PROGRAMMING:Most letters

Luz5年前 (2021-05-10)456
Input a string composed of lowercase English letters, count the most frequent letters and the number of occurrences, and…

PROGRAMMING:Extract the date of birth from the ID number.

Luz5年前 (2021-05-10)412
Enter a 18 digit ID number, extract the year and month and output, please determine if the number is 18, if not, please…

PROGRAMMING:Invert string and output

Luz5年前 (2021-05-10)420
Input a string (up to 80 characters) from the keyboard, and then output it after inverted storage. Please output the inv…

PROGRAMMING:Copy vowels

Luz5年前 (2021-05-10)435
Write a program to copy the vowel in a string to another string, then output, and finally wrap. If there is no vowel, pl…