当前位置:首页
> Luz 第2669页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Count the number of people with 80 to 90 points
Enter a number of student grades, ending with a negative number. Calculate the average score of all students and count t…
PROGRAMMING:Fruit ninja
In 2010, the "fruit ninja" game is popular all over the world. Surely everyone has played it( It doesn't matter if you h…
PROGRAMMING:Ask 1+ 2!+……+ n!
Ask 1+ 2!+ 3!+……+ n!, When n ˂ 12, one cycle design program is required.###Input format:Enter a positive integer less th…
PROGRAMMING:Print diamond
Print the following pattern (diamond)*************************There are five spaces in front of the first line of graphi…
PROGRAMMING:Three numeral components
Use three different numbers from 0 to 9 to form a three digit number, and count out how many methods there are.###Output…
PROGRAMMING:Count the number of integers divided by 3
Enter two integers, N1 and N2 (N1 ˂ N2 is required) to count the number of integers divided by 3 in the range of two int…
PROGRAMMING:Piecewise function 2
The test data are - 1, 5 and 12 respectively.###Input format:Enter a number.###Output format:Directly output…
PROGRAMMING:π/ 4 ≈ 1-1 / 3 + 1 / 5 π
Use the formula π/ 4 ≈ 1-1 / 3 + 1 / 5 π Until the absolute value of the last term is less than 0.00000 1.###Output form…
PROGRAMMING:Sum of squares
The function of the program is to input a long integer and find the sum of squares s of each digit. If the input is nega…
PROGRAMMING:Finding the area of a circle
Input the radius r of the circle, calculate its area and output.###Input format:Enter a real number greater than zero wi…