当前位置:首页
> Luz 第2978页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Stop teaching
At the beginning of 2020, after the outbreak of New Coronavirus pneumonia, we implemented the Ministry of education, the…
PROGRAMMING:Love donation
Since the outbreak of novel coronavirus pneumonia, the epidemic prevention and control situation has been affecting the…
PROGRAMMING:Bridge short geometry
In a NxN Boolean matrix, 0 represents water, 1 represents land, and the largest area enclosed by 1 is an island. Assumin…
PROGRAMMING:Basic operation of team
Given an initially empty team (the length of team space is 10) and a series of team entry and exit operations, please wr…
PROGRAMMING:Calculate the approximate value of E
This problem requires programming, using $$e = 1 + \ frac {1} {1!}+\ frac{1}{2!}+\ frac{1}{3!}+...+\ frac{1}{n!}$$ Calcu…
PROGRAMMING:π Approximate value of
In this topic, we need to write a program, which can be calculated by $$frac {PI} {4} = 1 - [frac {1} {3} + [frac {1} {5…
PROGRAMMING:Finding the sum of n terms of Fibonacci sequence
Known Fibonacci sequence has the following characteristics: the first and second numbers are 1 and 1. Start with the thi…
PROGRAMMING:Finding the sum of the first n terms of a fractional sequence
There is a fractional sequence: $$$frac {2} {1}, frac {3} {2}, frac {5} {3}, frac {8} {5}, frac {13} {8}, frac {21} {13}…
PROGRAMMING:This problem requires the greatest common divisor and the least common multiple of two given positive integers.
This problem requires the greatest common divisor and the least common multiple of two given positive integers.###Input…
PROGRAMMING:Minimum return to zero
Input several positive integers (at least one) and output the result of subtracting the minimum value from each number.#…