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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Red Alert

Luz5年前 (2021-05-10)405
It is very important to maintain the connectivity between cities in the war. This problem requires you to write an alarm…

PROGRAMMING:the Great Wall

Luz5年前 (2021-05-10)335
As we all know, the ancient Great Wall of China was built to resist foreign invasion. Many beacon towers were built on t…

PROGRAMMING:Mutual evaluation results

Luz5年前 (2021-05-10)352
The simple rule for students to evaluate each other's homework is as follows: each student's homework will be evaluated…

PROGRAMMING:Find the area of triangle

Luz5年前 (2021-05-10)393
Input the length of the three sides of the triangle and calculate its area.###Input format:Enter three real numbers that…

PROGRAMMING:May all lovers in the world be brothers and sisters who have been separated for many years

Luz5年前 (2021-05-10)467
ha-ha. As we all know, intermarriage is not allowed within five clothes, that is, if the nearest common ancestor of two…

PROGRAMMING:Finding the greatest common divisor by Division

Luz5年前 (2021-05-10)383
To find the greatest common divisor of two positive integers by division.###Input format:Input gives 2 positive integers…

PROGRAMMING:The first 20 items of Fibonacci sequence

Luz5年前 (2021-05-10)415
Output the first 20 items of Fibonacci sequence (1,1,2,3,5,8,13...)[link] (http: / /)###Output format:Each number output…

PROGRAMMING:Find the value of 1 * 2 + 2 * 3 +... + 20 * 21

Luz5年前 (2021-05-10)389
Find the value of the following expression.![](~/ 219)###Output format:The calculation results are directly output in on…

PROGRAMMING:Piecewise function 1

Luz5年前 (2021-05-10)399
The test data are - 2, 3 and 7 respectively.![](~/ 208)###Input format:Enter a number###Output format:Output x = how muc…

PROGRAMMING:Find the value of 1-3 + 5... - 99 + 101

Luz5年前 (2021-05-10)327
Find the value of 1-3 + 5-7 +... - 99 + 101.###Output format:Output the calculation results in the order of "s = result"…