当前位置:首页
> Luz 第2655页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Scoring system of singing competition
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
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
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?
There are four basketball players in each dormitory. Now give the dormitory list, please find the highest student in eac…
PROGRAMMING:Linked list operation
Programming implementation: input several positive integers (input - 1 as the end flag), establish a one-way linked list…
PROGRAMMING:One way linked list 3
Programming implementation: input a positive integer repeat (0 ˂ repeat ˂ 10), do the following operations for repeat ti…
PROGRAMMING:Output string at specified location
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
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
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
Define a one-way linked list struct node and implement it: input several student information (including student number,…