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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The number of times the number 4 appears

Luz5年前 (2021-05-10)376
The number of times the programming statistic 4 appears in a number. For example, 4 appears twice in 144.###Input format…

PROGRAMMING:Seeking maximum and minimum

Luz5年前 (2021-05-10)453
Find the maximum and minimum of any seven numbers.###Input format:Enter seven integers on a line, with one space between…

PROGRAMMING:2/1+3/2+5/3+...

Luz5年前 (2021-05-10)432
Find the sum of the first 20 items of the following fractional sequence.![](~/ 232)。###Output format:Directly output the…

PROGRAMMING:The product of your numbers

Luz5年前 (2021-05-10)383
Find the product of each digit of any positive integer.###Input format:Enter a positive integer.###Output format:Outputs…

PROGRAMMING:Maximum and minimum in a batch

Luz5年前 (2021-05-10)552
From the keyboard input a number of students' scores, statistics and output the highest and lowest scores, when the inpu…

PROGRAMMING:1+1/(1*2)+1/(2*3)+1/(3*4)

Luz5年前 (2021-05-10)398
Find the sum of the first 20 terms of the following expression.![](~/ 231)###Output format:Directly output the result wi…

PROGRAMMING:a+aa+aaa+..

Luz5年前 (2021-05-10)515
Find the value of Sn = a + AA + AAA +... + AA... A, where a is a number. For example: 2 + 22 + 222 + 2222 (at this time…

PROGRAMMING:Odd even average

Luz5年前 (2021-05-10)456
The average values of even and odd numbers in a batch of non-zero integers are calculated respectively, and zero is used…

PROGRAMMING:Positive and negative number

Luz5年前 (2021-05-10)539
From the read integer data, count the number of integers greater than zero and the number of integers less than zero. In…

PROGRAMMING:1 / (1 * 2) + 1 / (2 * 3) +... Error

Luz5年前 (2021-05-10)378
Find the approximate value of the following expression, the error is less than 0.0001.![](~/ 233)###Output format:Direct…