Problem 2664. Divisors for big integer
Inspired by Problem 1025 and Project Euler 12.
Given n, return the number y of integers that divide N.
For example, with n = 10, the divisors are [1 2 5 10], so y = 4.
It's easy with normal integer but how to proceed with big number?
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers154
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
463 Solvers
-
Set the array elements whose value is 13 to 0
1402 Solvers
-
Return a list sorted by number of consecutive occurrences
411 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1186 Solvers
-
816 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!