文件名称:ex3
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-02-04
- 文件大小:
- 104kb
- 下载次数:
- 0次
- 提 供 者:
- A***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C + + program that will examine all perfect numbers in the range from 1 to 5000. The output of the screen shall be in the form: "Perfect numbers in the range from 1 to 5000 are as follows: ...."
Instruction: The number is perfect if it is equal to the sum of its divisors, except the code. For example, 6 is a perfect number because its divisors except 6 are: 1,2,3 and 6 is true that 6= 1 +2 +3.
Instruction: The number is perfect if it is equal to the sum of its divisors, except the code. For example, 6 is a perfect number because its divisors except 6 are: 1,2,3 and 6 is true that 6= 1 +2 +3.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ex3\Zadaca3.cpp
...\Zadaca3.exe
ex3