[程序设计] 计算因数和Ⅰ
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
阿Q对一个数的因数和产生了很大的兴趣,比如 12 的因数有 1,2,3,4,6,12,因数和为 28。他想请你写一个程序帮他计算一个数的因数和。
输入格式
读入一个整数 n(1≤n≤1,000,000,000)。
输出格式
输出一个整数,表示 n 的因数和。
样例输入
12
样例输出
28
西山1330C++10.27
- Status
- Done
- Problem
- 5
- Open Since
- 2024-10-27 10:45
- Deadline
- 2024-11-3 23:59
- Extension
- 24 hour(s)