当前位置:首页
> Luz 第2667页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Red Alert
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
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
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
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
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
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
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
Find the value of the following expression.###Output format:The calculation results are directly output in on…
PROGRAMMING:Piecewise function 1
The test data are - 2, 3 and 7 respectively.###Input format:Enter a number###Output format:Output x = how muc…
PROGRAMMING:Find the value of 1-3 + 5... - 99 + 101
Find the value of 1-3 + 5-7 +... - 99 + 101.###Output format:Output the calculation results in the order of "s = result"…