当前位置:首页
> Luz 第3019页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Heroes guarding the border
Last JuneFar away in the vast land of Northwest ChinaFive frontier heroes come forwardGuard with the body of Wei'anEvery…
PROGRAMMING:Arithmetic operation
This topic requires reading in two integers a and B, and then output their sum, difference, product and quotient respect…
PROGRAMMING:Finding the sum of the first n terms of odd one part sequence
This problem requires programming to calculate the sum of the first n items of the sequence 1 + 1 / 3 + 1 / 5 +.###Input…
PROGRAMMING:Calculate the value of piecewise function f (x)
Calculate the value of the following piecewise function f (x)###…
PROGRAMMING:Hello, it's you again.
According to the calculation, the probability of two people meeting is 0.00478 (recorded as m), and at this moment, all…
PROGRAMMING:Question G: busy city
City C is a very busy metropolis, the city's roads are very crowded, so the mayor decided to transform the roads. The ro…
PROGRAMMING:Fibonacci sequence
Fibonacci sequence refers to such a sequence: 1, 1, 2, 3, 5, 8, 13, 21,..., starting from the third number, each number…
PROGRAMMING:Finding the area of a triangle
Given the length of three sides of a triangle, judge whether it can form a triangle and find the area of the triangle. I…
PROGRAMMING:How to find the maximum number by beating
Input 10 numbers and output the largest one.###Input format:Give 10 integers in one line, separated by spaces.###Output…
PROGRAMMING:Common divisor and common multiple
Input two positive integers and output their greatest common divisor and least common multiple.###Input format:Give 2 po…