当前位置:首页
> Luz 第2608页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Number of digits
Xiao Ming's cousin just learned how to count. He gave him a string of numbers to count. He always counted wrong.Now I wa…
PROGRAMMING:Addition within 100
Xiao Ming is just in the first grade of primary school. His math teacher has just taught him how to add integers up to 1…
PROGRAMMING:Calculate the value of a + B
Give two unknown positive integers a and B, calculate the value of a + B and output.###Input format:Give a and B in a ro…
PROGRAMMING:Narcissus output
The so-called narcissus number refers to a $$n $$digit ($$n $$˃ = 3 & $$n $$˂ = 7), and the sum of the power of each dig…
PROGRAMMING:Extremum of cycle
For a given sequence, output the second largest number in the sequence.###Input format:Line 1: an integer n (2 ˂ = n ˂ =…
PROGRAMMING:Who do you support?
Xiao Lan and her classmates are fascinated by the TV play journey to the West. Because of the different angle of appreci…
PROGRAMMING:Cycle statistics
In the corner of the wall is a pile of exactly the same cube blocks. Counting from top to bottom, the first layer is one…
PROGRAMMING:How many bananas are there
There used to be such a puzzle game. There were n monkeys and a bunch of bananas on the beach. At night, a monkey got up…
PROGRAMMING:Magic string
The definition of magic string is: it only contains 1 and 2, and the corresponding number of each part is exactly the sa…
PROGRAMMING:Pseudo random number
A random class is provided in the Java. Util package. We can create a new random object to generate random numbers. It c…