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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output the specified value within the tuple

Luz5年前 (2021-05-10)350
Input a sequence of numbers, separated by spaces, convert them into tuples for operation, and output the multiples of 7…

PROGRAMMING:Analog counting game (Joseph Ring problem)

Luz5年前 (2021-05-10)398
There are n people in a circle, numbered sequentially from 1, counted from 1 to K from the first person, and those who r…

PROGRAMMING:Date design

Luz5年前 (2021-05-10)444
Referring to the date related programs in topic set 2, this paper designs a class dateutil, which has three private prop…

PROGRAMMING:The application of friend function to calculate the distance from point to line

Luz5年前 (2021-05-10)394
Calculate the distance from the point to the line. First, we design a point class, which has two private data members X…

PROGRAMMING:Member function selection calls constant member function

Luz5年前 (2021-05-10)426
Class to call a constant member function. Syntax points: if an object is described as a constant object, only its consta…

PROGRAMMING:Define the base class point and derived class circle, find the circumference of the circle

Luz5年前 (2021-05-10)378
Define the base class point (point) and derived class circle (circle), find the circumference of the circle. The point c…

PROGRAMMING:On the sum of all prime numbers in interval positive integers

Luz5年前 (2021-05-10)489
[description] find the sum of all prime numbers within M-N and output. This is a ‬ ‬ 8236;8236;8236;8236; ‬ ‬8236;8236;…

PROGRAMMING:Finding the hypotenuse of a right triangle

Luz5年前 (2021-05-10)548
It is required to read in two right sides a and B of a right triangle, and then output the length of its hypotenuse C. N…

PROGRAMMING:Finding the spherical distance between two points on the equator

Luz5年前 (2021-05-10)341
It is known that the equatorial radius of the earth is 6378.137 km, and the longitude (in degrees) of two points on the…

PROGRAMMING:After the insect eats the apple, there are several complete apples left

Luz5年前 (2021-05-10)378
You bought a box of N apples. Unfortunately, when you bought them, there was a bug in the box. The insect can eat an app…