当前位置:首页
> Luz 第2684页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find the maximum number and its subscript, and exchange position with a [0]
There is an array of memory to put 10 integers. It is required to find out the maximum number and its subscript, and the…
PROGRAMMING:Output isosceles Yang Hui triangle
Output 6 lines of isosceles Yanghui triangle.###Output format:There are 13 spaces before 1 in the first line; There are…
PROGRAMMING:The largest 10 primes less than m
Given an integer m (50 ˂ m ˂ 20000), find the largest 10 primes less than m.###Input format:The input gives a positive i…
PROGRAMMING:Using Gregorian calendar
Gregorian calendar is used. Gregorian calendar has the method settimeinmillis (long); You can use it to set a specific t…
PROGRAMMING:Polynomial summation
The polynomial is described as follows:1 - 1/2 + 1/3 - 1/4 + 1/5 - 1/6 + ...Now please find the sum of the first n terms…
PROGRAMMING:Get the candy
Long long ago,a handsome boy whose name is HSP studied in JSU of information science and engineering. He is clever and a…
PROGRAMMING:Ominous numbers
Hangzhou calls those goofy people 62.Hangzhou Traffic Management Bureau often expands some taxi license plates. Recently…
PROGRAMMING:Fried chicken stairs
You know what? There is a programming problem that needs to derive its own formula, which can solve the problem at once.…
PROGRAMMING:friend
[problem description]Students should learn to make more good friends. Friendship is mutual. If a is B's good friend, the…
PROGRAMMING:Print multi pyramid
This topic requires reading in two integers n and M. M represents the number of rows of the small pyramid and N represen…