Quote:
Originally Posted by bl00dninja
?????????????????????
|
Whats does that mean bl00dninja? If you look at the code Jessehk was referring to, it is trying to find the number with the most divisors by checking the number of divisors of this number with the maximum number found so far (max_divs). Jessehk was pointing out that the code did not update the max_divs variable value inside the loop, so it would not work (it would always return 1000).