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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Stop teaching

Luz5年前 (2021-05-10)440
At the beginning of 2020, after the outbreak of New Coronavirus pneumonia, we implemented the Ministry of education, the…

PROGRAMMING:Love donation

Luz5年前 (2021-05-10)434
Since the outbreak of novel coronavirus pneumonia, the epidemic prevention and control situation has been affecting the…

PROGRAMMING:Bridge short geometry

Luz5年前 (2021-05-10)381
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

Luz5年前 (2021-05-10)582
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

Luz5年前 (2021-05-10)464
This problem requires programming, using $$e = 1 + \ frac {1} {1!}+\ frac{1}{2!}+\ frac{1}{3!}+...+\ frac{1}{n!}$$ Calcu…

PROGRAMMING:π Approximate value of

Luz5年前 (2021-05-10)391
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

Luz5年前 (2021-05-10)399
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

Luz5年前 (2021-05-10)459
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.

Luz5年前 (2021-05-10)358
This problem requires the greatest common divisor and the least common multiple of two given positive integers.###Input…

PROGRAMMING:Minimum return to zero

Luz5年前 (2021-05-10)356
Input several positive integers (at least one) and output the result of subtracting the minimum value from each number.#…