hrm-solutions icon indicating copy to clipboard operation
hrm-solutions copied to clipboard

40-Prime-Factory-28.399/*-jdashton.asm fails with certain prime factors

Open sixlettervariables opened this issue 8 years ago • 2 comments

The solution 28.247-jdashton.asm fails on numbers with two or more prime factors greater than 5. The remaining solutions (not listed as 'specific') do not fail with these values. Perhaps inbox generator could include some of these as 'special cases' to test? (e.g. 25, 49, 91, and 115)

sixlettervariables avatar Sep 20 '16 20:09 sixlettervariables

Ah, so that's it... Thanks for digging deeper.

atesgoral avatar Sep 20 '16 20:09 atesgoral

Too large values shouldn't be considered, but if only a bit more, it's okay. There's no exact difference between giving prime tester a 115 and giving String Reverse a long string that can't store.

837951602 avatar Oct 09 '17 13:10 837951602