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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Learn chess

Luz5年前 (2021-05-10)400
Cai Yun, who has just studied chess, wants to know how the horse on the chessboard goes. So he asks the students of CPA…

PROGRAMMING:C programming experiment 5-7 array pointer as function parameter

Luz5年前 (2021-05-10)412
Array pointer as function parameterEnter the scores of M students (up to 30) and N courses (up to 5), and then calculate…

PROGRAMMING:Definition of USB interface

Luz5年前 (2021-05-10)490
Define a USB interface and implement it through mouse and USB flash disk classes. The specific requirements are as follo…

PROGRAMMING:CPA's sign in questions

Luz5年前 (2021-05-10)457
CPA is super good for budding newcomers. You just need to print out the CPA by using the characters' ▒ '█' ░ ',' ▓ '▀'##…

PROGRAMMING:Decode message

Luz5年前 (2021-05-10)591
Xiao Ming received a task to crack the message: the message is a string of text, and the cracked ciphertext should be th…

PROGRAMMING:Good prefix

Luz5年前 (2021-05-10)355
We call the prefix of a string a good prefix if it satisfies the following conditions:(1) It appears at least twice in t…

PROGRAMMING:Combination count of triangles

Luz5年前 (2021-05-10)427
Triangle is an important foundation of geometry. Almost all geometric problems involve triangles. Many famous theorems c…

PROGRAMMING:Find out the smallest number in the positive integer, which is divided by 3, 5, 7 and 9, and the remainder is 1, 3, 5 and 7 respectively

Luz5年前 (2021-05-10)406
Find out the smallest number in the positive integer, which is divided by 3, 5, 7 and 9, and the remainder is 1, 3, 5 an…

PROGRAMMING:Dictionary application - find out the most frequent string (higher education society, python programming basis and application exercise 7-6)

Luz5年前 (2021-05-10)345
Write a program to read an unspecified number of strings from the keyboard, one for each line, with the string "Q" as th…

PROGRAMMING:Count the number of words and the average length of words in the input string (exercise 7-7, fundamentals and applications of Python programming, Higher Education Society)

Luz5年前 (2021-05-10)436
Write a program to accept a line of English sentences input by the user (assuming that the sentence is only composed of…