当前位置:首页
> Luz 第3011页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Performance ranking
Define struct stu, write grade ranking function: void sort (struct stu * PS, int n), rank the struct array by grade.The…
PROGRAMMING:Sums the values of integers in a string
Enter a string to find the sum of integer values contained in the string.###Input format:Enter a string of no more than…
PROGRAMMING:Finding the maximum value and its index
This problem requires the preparation of procedures to find out the maximum number of given n and its corresponding posi…
PROGRAMMING:To the Max
Given a two-dimensional array composed of positive and negative integers, a sub rectangle is located in the integerAny c…
PROGRAMMING:Delete public characters
Enter two strings to remove all characters in the second string from the first string. For example, if you enter "they a…
PROGRAMMING:Character sorting method
Koala has n strings, any two strings are different in length. Koala recently learned two ways to sort strings:(1) Sort s…
PROGRAMMING:Abbreviation of ordinal number
In English, the abbreviations of ordinal numbers are shown in the following table:1st2nd3rd4th5th6th7th8th9th10th11th12t…
PROGRAMMING:Invoice amount (*)
The amount in Chinese characters is usually printed on the invoice. Please write a program to solve this problem.####Inp…
PROGRAMMING:Results statistical analysis table (*)
Input the grade of a class, output the grade statistical analysis table.####Input format˃Class size $$n $$(n ˃ 0)$$˃Resu…
PROGRAMMING:Copying English words
Xiao Li's dictation in English class was not good. The teacher punished Xiao Li for copying the words "math", "English",…