当前位置:首页
> Luz 第2952页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Learn chess
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
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
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
CPA is super good for budding newcomers. You just need to print out the CPA by using the characters' ▒ '█' ░ ',' ▓ '▀'##…
PROGRAMMING:Decode message
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
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
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
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)
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)
Write a program to accept a line of English sentences input by the user (assuming that the sentence is only composed of…