View Single Post
Old Jan 11th, 2007, 12:41 PM   #18
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 882
Rep Power: 4 The Dark is on a distinguished road
Quote:
Originally Posted by bl00dninja View Post
?????????????????????
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).
The Dark is offline   Reply With Quote