当前位置:首页
> Luz 第2814页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output all 3-digit Narcissus numbers between 100 and n
The so-called narcissus number refers to an m-digit number (M ˃ = 3 & & M ˂ = 7)The sum of the m-th power of the number…
PROGRAMMING:Output all leap years between 2000 and N years
A leap year is a year that can be divided by four and not by 100 or by 400.2020, for example, is a leap year.Requirement…
PROGRAMMING:Invert 10 array elements and output
Keyboard input 10 numbers into the one-dimensional array, the programming will be inverted before and after the values a…
PROGRAMMING:Output the first n terms of Fibonacci sequence
Known Fibonacci sequence definition: F (0) = 0; f(1) = 1;f(n) = f(n-1) + f(n-2);Please calculate and output the first n…
PROGRAMMING:Keven's Lab
A certain experiment needs to count the time, record the beginning and ending time of the experiment, and calculate how…
PROGRAMMING:Keven's string
Recently, Keven is very fond of numbers, and he is very good at splicing many numbers into one number. Your task is to o…
PROGRAMMING:Keven's money making plan
As we all know, demacia didn't have buildings before. Keven smelled business opportunities, so he recently built a lot o…
PROGRAMMING:Array of Keven
Keven thinks that the beauty value of an array is the maximum sum of some successive subarrays of the array (the subarra…
PROGRAMMING:Keven Goo Goo Goo
The story of this question is cooingGiven a sequence of numbers, find the maximum number of disjoint and equal intervals…
PROGRAMMING:Scratch the lottery
"Scratch lottery" is an online game inside a small game. As shown in the figure:![- 362960_ 55cb6a89bf693.png](~/e6f4f99…