Сума дільників


Submit solution

Points: 100 (partial)
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type

Дано число \(n\). Знайдіть суму всіх його дільників.

Input Specification

У першому рядку вхідного файлу знаходиться ціле число \(n\) (\(1 \le n \le 10^{10}\)).

Output Specification

Виведіть одне число - суму всіх дільників числа \(n\).

Sample Input 1

6

Sample Output 1

12

Comments

There are no comments at the moment.