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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Calculation of sewage treatment fee

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

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

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

Luz5年前 (2021-05-10)462
Data statistics in complex environmentWhen doing numerical statistics, some non numerical elements may be mixed in. Plea…

PROGRAMMING:The most popular dish

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

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

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

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

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

Luz5年前 (2021-05-10)415
A simple program is used to simulate a single queue and multi window queuing mode: the results show that the proposed m…