当前位置:首页
> Luz 第2677页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Sum of odd numbers, product of even numbers
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
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
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 + +)
Design a rectangle class named rectangle. This class includes two double data fields named width and height, which repre…
PROGRAMMING:perfect number
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
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
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
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
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
A four digit number is just equal to the square of the sum of the first two digits plus the last two digits. Programming…