当前位置:首页
> Luz 第2876页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Several results of calculating m and n
*** ***The sum of M and N, the product of M and N, the nth power of M, t…
PROGRAMMING:Hello World
This is the first example of learning each programming language. Output…
PROGRAMMING:Finding the maximum and minimum of a set
The known set a contains five elements, which are 21, 234, - 32,3, - 32,3, - 55, respectively, 21, 234, - 32,32,3, - 55,…
PROGRAMMING:Calculate the area of a circle
Calculate the circle area according to the radius of the circle, the radius is 25. Please write and run the following co…
PROGRAMMING:Judge whether a number is prime or not
The so-called prime number is a positive integer which can not be divided by any other integer except 1 and itself. 2 is…
PROGRAMMING:Calculate AAA
Calculate s (n) = a + AA + AAA + AAAA +..., where a is a number. For example, n = 5, a = 2, s (5) = 2 + 22 + 222 + 2222…
PROGRAMMING:Judge whether a number is complete or not
The so-called perfect number means that the sum of its factors is just its own positive integer. For example, the factor…
PROGRAMMING:Finding the maximum of N numbers
The user first enters a positive integer n (n is not more than 10), which means that n integers (all int type) will be e…
PROGRAMMING:Output diamond pattern
The user inputs a positive integer n (1 ˂ = n ˂ = 10) and a character a, and outputs a diamond pattern composed of a, wi…
PROGRAMMING:Output 99 multiplication table by format
According to the format, design a "nine nine multiplication formula table" and print it out.###Input format:No input###O…