当前位置:首页
> Luz 第2983页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:reinforce each other
Ancient ancestors believed that all things in the world were composed of five kinds of elements, namely, gold, wood, wat…
PROGRAMMING:Shooting results
![ Untitled. PNG] (~ / fc9ab3c8-329d-49e6-a0e0-e511bb0f45b6. PNG)Here's a 10m air pistol target. The diameter of ring 10…
PROGRAMMING:Cassels equation
Cassels equation is an indeterminate equation which has a great influence in the field of number theory: $$x ^ 2 + y ^ 2…
PROGRAMMING:Substring score
For a string s, we define the score f (s) of s as the number of characters that appear exactly once in S. For example, f…
PROGRAMMING:Learning without thinking is useless
Please write a program to display the famous words of Confucius on the screen.####Input sample```in```Note: no input.###…
PROGRAMMING:Palindrome date
During the Spring Festival in 2020, there is a special date that has attracted everyone's attention: February 2, 2020. B…
PROGRAMMING:Looking for "key points"
In a matrix of N $$\ times $$n, if the value of an element is greater than the sum of the four adjacent elements above,…
PROGRAMMING:Parallelogram (2) (*)
Please write a program, input the width and height of the parallelogram, output the parallelogram composed of asterisk.#…
PROGRAMMING:Parallelogram (1) (*)
Please write a program, input the width and height of the parallelogram, output the parallelogram composed of asterisk.#…
PROGRAMMING:Output week name (*)
Please write a program, input the number of weeks, output the corresponding English week name. weeks week name0Sunday1…