当前位置:首页
> Luz 第2679页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:n! Maximum value less than 32000
Calculate n!, Find the maximum value less than 32 000, and find the value of N at this time.###Output format:In one row,…
PROGRAMMING:The product of even numbers in 10 integers
Enter any 10 integers and find the product of even numbers.###Input format:Enter 10 integers in a row, and only one spac…
PROGRAMMING:The largest number of Fibonacci sequence less than 10000
It is known that the law of Fibonacci sequence is 1, 1, 2, 3, 5, 8,..., that is, the first two terms of the sequence are…
PROGRAMMING:Judge leap year
Input a year to judge whether it is a leap year. If it is a leap year, output "yes" information, otherwise output "no" i…
PROGRAMMING:Output prime numbers between 100 and 200
Find out all prime numbers between 100 and 200, output 8 numbers in each row, and each number width is 5 columns.###Outp…
PROGRAMMING:π/ 2 ≈ 1 + 1 / 3 + 1 / 3 * 2 / 5 +... Find π
Calculate according to the following expression π The approximate value of. The error is not more than 0.00001.
Enter N and evaluate the following expression.###Input format:Enter a positive integer directly. There are no…
PROGRAMMING:Approximate value of SiNx by Taylor expansion
The polynomial of SiNx approximation by Taylor expansion is as follows:。Input x to get the approximate value…
PROGRAMMING:The sum of a batch of numbers divisible by 3 or 7
Enter a batch of positive integers with - 1 as the termination mark. Find the sum of the numbers that can be divided by…