Array
1390. Four Divisors
For each number with exactly four divisors, sum those divisors; return the grand total over the array (numbers without exactly four divisors are ignored). The efficient divisor enumeration goes up to…
Loading…
For each number with exactly four divisors, sum those divisors; return the grand total over the array (numbers without exactly four divisors are ignored). The efficient divisor enumeration goes up to…
Loading…