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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Performance ranking

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

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

Luz5年前 (2021-05-10)390
This problem requires the preparation of procedures to find out the maximum number of given n and its corresponding posi…

PROGRAMMING:To the Max

Luz5年前 (2021-05-10)443
Given a two-dimensional array composed of positive and negative integers, a sub rectangle is located in the integerAny c…

PROGRAMMING:Delete public characters

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

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

Luz5年前 (2021-05-10)410
In English, the abbreviations of ordinal numbers are shown in the following table:1st2nd3rd4th5th6th7th8th9th10th11th12t…

PROGRAMMING:Invoice amount (*)

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

Luz5年前 (2021-05-10)391
Input the grade of a class, output the grade statistical analysis table.####Input format˃Class size $$n $$(n ˃ 0)$$˃Resu…

PROGRAMMING:Copying English words

Luz5年前 (2021-05-10)390
Xiao Li's dictation in English class was not good. The teacher punished Xiao Li for copying the words "math", "English",…