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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Sum of odd numbers, product of even numbers

Luz5年前 (2021-05-10)455
Programming between 1 ~ 20 odd sum, even product.###Output format:In a row, output in the order of "s = sum of odd numbe…

PROGRAMMING:Print narcissus number

Luz5年前 (2021-05-10)403
Print the number of daffodils. The narcissus number is a three digit number whose cubic sum of each digit is equal to th…

PROGRAMMING:The number of numbers whose sum is 5

Luz5年前 (2021-05-10)565
Count the number of natural numbers whose sum of all numbers within 100 is 5.###Output format:Output the result directly…

PROGRAMMING:Design a rectangle class Rectangle and create test program (c + +)

Luz5年前 (2021-05-10)526
Design a rectangle class named rectangle. This class includes two double data fields named width and height, which repre…

PROGRAMMING:perfect number

Luz5年前 (2021-05-10)435
Program to get all completions within 1000. If a number is exactly equal to the sum of its factors (except itself), it i…

PROGRAMMING:Prime sum

Luz5年前 (2021-05-10)481
Program to find the sum of all prime numbers between 100 and 200.###Output format:Output the result directly without any…

PROGRAMMING:Minimum prime number greater than m

Luz5年前 (2021-05-10)550
Programming to find the minimum prime greater than m.###Input format:Enter a positive integer directly###Output format:O…

PROGRAMMING:Three digit product of 32, number and 10

Luz5年前 (2021-05-10)467
Program out all the numbers that meet the conditions in the three digits: the product of the three digits is 32, and the…

PROGRAMMING:Even sums divisible by 7 or 17

Luz5年前 (2021-05-10)493
The function of the program is to output even numbers within 300 which can be divided by 7 or 17 with 5 numbers per line…

PROGRAMMING:Four digits satisfying the square of 3025 = 30 + 25 sum

Luz5年前 (2021-05-10)607
A four digit number is just equal to the square of the sum of the first two digits plus the last two digits. Programming…