当前位置:首页
> Luz 第2788页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Calculation of sewage treatment fee
Gradient charging system is adopted for sewage treatment in a residential area. When a household's sewage does not excee…
PROGRAMMING:Programming problem: elective course score statistics problem - heboost
On the statistics of students' elective course scoresThe results of elective courses are expressed by letters. The rules…
PROGRAMMING:Programming problem: the standardization of data processing
In data processing, the input data is not filtered, there are some data that do not meet the requirementsData processing…
PROGRAMMING:Programming problems: data statistics in complex situations - heboost
Data statistics in complex environmentWhen doing numerical statistics, some non numerical elements may be mixed in. Plea…
PROGRAMMING:The most popular dish
A cafeteria requires its customers to vote after eating and choose a favorite dish. After the end of business, the most…
PROGRAMMING:n rows triangle (1)
develop a `n` rows trianglar pattern similar to the followings (if inputing 4 for `n`).```**********```###Input format:I…
PROGRAMMING:Count the number of characters and output letters
For the input of a line of characters, the number of various types of characters is counted, and the case of the letters…
PROGRAMMING:Sum and count of diagonal elements of square matrix
For an input 'n * n' matrix, find the sum of the elements on its two diagonals and the number of non-zero elements.###In…
PROGRAMMING:Copy of two strings
Copy string a to string B, and then output string B (the length of a, B character array is less than 20)( You must use t…
PROGRAMMING:Simple simulation of single queue queuing
A simple program is used to simulate a single queue and multi window queuing mode: the results show that the proposed m…