当前位置:首页
> Luz 第2904页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The custom class mystring implements the operator = overload
User defined string class mystring, including private member variable char * buf; Member functions include: nonparametri…
PROGRAMMING:I love learning.
Teachers know that we all love learning, you just need to output in a line: "I love learning". It's OK, there is no inpu…
PROGRAMMING:I am a college student.
As a college student, you only need to output "I am a college student" in one line.###Output format:Print in one line: I…
PROGRAMMING:Beautify the name
Input name, beautify and output.###Input format:Enter a name, such as "Zhang Wuji", "Nezha", "Fiona"###Output format:Add…
PROGRAMMING:Repeat multiple asterisks
According to the given integer n, print n '*' signs on a line.###Input format:Enter an integer n.###Output format:Output…
PROGRAMMING:Print digital rectangle
Print a hollow rectangle of numbers.###Input format:Enter an integer n (n ˃ 0).###Output format:Print a hollow rectangle…
PROGRAMMING:Alphabet (Yuyao 2019 primary school)
Little m is a parrot who has just begun to learn English letters. He tries to say the whole alphabet, from 'a' to 'Z'. B…
PROGRAMMING:Output non duplicate characters
Enter a string and pick out the 10 non repeating characters on the leftmost side (different case characters). If there a…
PROGRAMMING:Screening students with higher than average scores
Enter the student grade of a class, print the average score, and the student grade above the average score.###Input form…
PROGRAMMING:Is it shunzi
This topic requires the judgment of the five poker cards read in: is it a normal shunzi.Note: 34567890jqka2ww I believe…