-->
当前位置:首页 > Luz 第2870页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The position relationship between the midpoint of a plane and a square

Luz5年前 (2021-05-10)345
In the plane rectangular coordinate system, there is a square whose sides are parallel to the coordinate axis. Given the…

PROGRAMMING:The position relationship between the midpoint of a plane and a circle

Luz5年前 (2021-05-10)435
In the plane rectangular coordinate system, given the center coordinates ox, oy and radius r of a circle, and given the…

PROGRAMMING:Count the number whose lower two bits are even

Luz5年前 (2021-05-10)417
Given two positive integers, m and N, m ˂ n, calculate the sum of all numbers between M and n (including M and N) that m…

PROGRAMMING:Count the numbers whose tens are larger than ones

Luz5年前 (2021-05-10)455
Given two positive integers, m and N, m ˂ n, calculate the sum of all numbers between M and n (including M and N) that m…

PROGRAMMING:Finding the average of odd numbers

Luz5年前 (2021-05-10)499
Enter a number of integers and find the sum of all odd numbers.###Input format:Enter a column of data, where the first i…

PROGRAMMING:Finding the area of a circle

Luz5年前 (2021-05-10)406
Write a program, according to the user input radius R (integer), calculate the semicircle arc length (hint: semicircle a…

PROGRAMMING:Finding the cumulative sum of factorials

Luz5年前 (2021-05-10)447
Solve the factorial summation. To calculate the cumulative sum of the factorial of each integer from 1 to a (including 1…

PROGRAMMING:Finding the volume of a sphere

Luz5年前 (2021-05-10)407
Write procedures, according to the user input radius R (integer), calculate the volume of the sphere. The value of PI is…

PROGRAMMING:Finding the volume of a cylinder

Luz5年前 (2021-05-10)403
Write a program, according to the user input radius R (integer), calculate the volume of the cylinder. The value of PI i…

PROGRAMMING:Conditional summation of two dimensional array elements

Luz5年前 (2021-05-10)414
Given a two-dimensional array of M rows and N columns, please count how many elements in the two-dimensional array meet…