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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Scoring system of singing competition

Luz5年前 (2021-05-10)412
A scoring system is designed for the students' singing competition. The scoring rules are as follows: a total of N judge…

PROGRAMMING:Judge legal identifier

Luz5年前 (2021-05-10)492
Write a program to determine the legal identifier. It is required to input a positive integer repeat (0 ˂ repeat ˂ 10) a…

PROGRAMMING:Survey and scoring of catering service quality

Luz5年前 (2021-05-10)490
In business and scientific research, people often need to analyze the data and display the results in the form of histog…

PROGRAMMING:Who is the tallest in the dormitory?

Luz5年前 (2021-05-10)478
There are four basketball players in each dormitory. Now give the dormitory list, please find the highest student in eac…

PROGRAMMING:Linked list operation

Luz5年前 (2021-05-10)408
Programming implementation: input several positive integers (input - 1 as the end flag), establish a one-way linked list…

PROGRAMMING:One way linked list 3

Luz5年前 (2021-05-10)505
Programming implementation: input a positive integer repeat (0 ˂ repeat ˂ 10), do the following operations for repeat ti…

PROGRAMMING:Output string at specified location

Luz5年前 (2021-05-10)475
Write a program, input a string and then input 2 characters, output all characters in the string from the position match…

PROGRAMMING:Definition and use of class

Luz5年前 (2021-05-10)421
Define a date class date, which contains data member year, month and day, and member function: constructor is used to in…

PROGRAMMING:One way linked list 4

Luz5年前 (2021-05-10)480
Definition of one-way linked list: input several positive integers (input - 1 is the end flag), and output them in the r…

PROGRAMMING:One way linked list 5

Luz5年前 (2021-05-10)455
Define a one-way linked list struct node and implement it: input several student information (including student number,…