当前位置:首页
> Luz 第2810页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Averaging
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
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
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
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
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.
Input two strings from the keyboard and output the larger one.###Input format:Enter two strings separated by carriage re…
PROGRAMMING:Most letters
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.
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
Input a string (up to 80 characters) from the keyboard, and then output it after inverted storage. Please output the inv…
PROGRAMMING:Copy vowels
Write a program to copy the vowel in a string to another string, then output, and finally wrap. If there is no vowel, pl…