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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The custom class mystring implements the operator = overload

Luz5年前 (2021-05-10)444
User defined string class mystring, including private member variable char * buf; Member functions include: nonparametri…

PROGRAMMING:I love learning.

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

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

Luz5年前 (2021-05-10)359
Input name, beautify and output.###Input format:Enter a name, such as "Zhang Wuji", "Nezha", "Fiona"###Output format:Add…

PROGRAMMING:Repeat multiple asterisks

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

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

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

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

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

Luz5年前 (2021-05-10)404
This topic requires the judgment of the five poker cards read in: is it a normal shunzi.Note: 34567890jqka2ww I believe…