Fixed comments of project-euler.085

db4
Guillaume Nargeot 2009-09-15 21:01:25 +09:00
parent 6056a3301f
commit 0081d316a9
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ IN: project-euler.085
! SOLUTION
! --------
! A grid measuring x by y contains x * (x + 1) * y * (x + 1) rectangles.
! A grid measuring x by y contains x * (x + 1) * y * (x + 1) / 4 rectangles.
<PRIVATE
@ -56,6 +56,6 @@ PRIVATE>
area-of-nearest ;
! [ euler085 ] 100 ave-time
! 2285 ms ave run time - 4.8 SD (100 trials)
! 791 ms ave run time - 17.15 SD (100 trials)
SOLUTION: euler085