#include int sum_divisors(int number) { int i; int sum = 1; int limit = (int) ceil(sqrt(number)); for(i=2; i