当前位置:首页
> Luz 第2997页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The maximum of some integers
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
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)
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
Programming application of double loop output 99 multiplication table.###Input example:```in```###Output example:```out1…
PROGRAMMING:Output prime
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
Program input positive integer n (n ˂ 100), output a n-order lower triangular matrix, output format, please refer to the…
PROGRAMMING:How many digits
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)
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
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
Input a positive integer n, output its reverse order number. The reverse order number of n is the number that reverses t…