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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The maximum of some integers

Luz5年前 (2021-05-10)355
Programming input a number of integers (at least 1, the absolute value does not exceed 10000), output the maximum value.…

PROGRAMMING:Output all true divisors of each number

Luz5年前 (2021-05-10)387
Program to input two integers a and B (1 ˂ a ˂ b). For all integers x in the integer interval [a, b], output the true di…

PROGRAMMING:Number of number 1 (multiple sets of data)

Luz5年前 (2021-05-10)434
Given a positive decimal integer n, write down all integers from 1 to N, and then count the number of "1" that appears i…

PROGRAMMING:multiplication table

Luz5年前 (2021-05-10)407
Programming application of double loop output 99 multiplication table.###Input example:```in```###Output example:```out1…

PROGRAMMING:Output prime

Luz5年前 (2021-05-10)373
Program to input two integers a and B (2 ˂ = a ˂ b), and output all prime numbers in the integer interval [a, b] (prime…

PROGRAMMING:Output lower triangular matrix

Luz5年前 (2021-05-10)417
Program input positive integer n (n ˂ 100), output a n-order lower triangular matrix, output format, please refer to the…

PROGRAMMING:How many digits

Luz5年前 (2021-05-10)431
Input a non negative integer n (long long type range), output this positive integer n is a few digits.###Input example:`…

PROGRAMMING:Output prime (multiple sets of data)

Luz5年前 (2021-05-10)522
There are two integers a and B (2 ˂ = a ˂ b), which output all prime numbers in the integer interval [a, b].Now we know…

PROGRAMMING:The ultimate digital and

Luz5年前 (2021-05-10)404
Input a positive integer n (in the range of long long type), assume that the sum of all numbers in n is m, if M is great…

PROGRAMMING:Output reverse order number

Luz5年前 (2021-05-10)383
Input a positive integer n, output its reverse order number. The reverse order number of n is the number that reverses t…