A perfect number occurs whent the sum of all divisors of a positive integer, except the number itself, equals the number.
Example
28 = 1 + 2 + 4 + 7 + 14;
so return true
10 ~= 1 + 2 + 5
so return false
1611 Solvers
193 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
152 Solvers
209 Solvers
Problem Tags