当前位置:首页
> Luz 第2989页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Competition score
The judges will mark the contestants on the spot.The scoring rule of a player is to remove a maximum score and a minimum…
PROGRAMMING:Buy a pencil
The teacher needs to go to the store to buy n pencils as gifts for the children. She found that there are three kinds of…
PROGRAMMING:Counting problem
How many times does the number x (0 ≤ x ≤ 9) appear in all integers from interval 1 to n? For example, in 1 to 11, that…
PROGRAMMING:I love programming
Please program the output text: I love computer, I love program, I love c!.#####Input sample```in```#####Output sample``…
PROGRAMMING:Output multiple lines of text (why my eyes often contain tears)
Please output the specified content.###Input example:```in```###Output example:```outWhy do I always have tears in my ey…
PROGRAMMING:Nostalgia
Please program to output the following text.#####Input example:```in```#####Output example:```outin one's childhood,Nost…
PROGRAMMING:V-shaped pattern
Please program to output the following V-shaped character graphics.###Input example:```in```###Output example:```out*…
PROGRAMMING:Statistics
Please count the number of times the number 2 appears in all integers of a given range [l, R].For example, given the ran…
PROGRAMMING:The Chinese character "Chun" composed of '* "
The program outputs the Chinese character "Chun" composed of "*". The figure below shows the 24 characters of spring × 2…
PROGRAMMING:Output character graphics
Output character graphics###Input example:Here is a set of inputs. For example:```in```###Output example:```out*********…