Post Reply 
newRPL - build 1255 released! [updated to 1299]
01-06-2018, 07:28 PM (This post was last modified: 01-06-2018 08:26 PM by Gilles59.)
Post: #97
RE: newRPL - build 1001 released! [update:build 1016]
This one is very strange bug...

What does this program is not very important. It is a variation about the problem 237 of the "défi Turing" : http://turing.nymphomath.ch/

I use the simulator on my laptop, NewRPL v1001
SETNFMT to display 20 digits of a number (the program dont work if you dont set this).
1E19 SETNFMT

Try this

Code:

«
  { } 
 495536 201802018 * 1000000000000000 FOR 'n'
   IF n 0 4 DIGITS  n 14 10 DIGITS + n 5 9 DIGITS == THEN
      IF n →STR "2018" POS THEN
        n ADD 
      END
    END
  201802018  STEP
»

You must find 2849 solutions ( SIZE of the returned list).
Sometimes its OK, sometimes I get only 2848 solutions (I notice one time when it was wrong that the 176nth solution 127135473142018 was missing, but it seems its not always the same)

Just play with the simulator, with the MEM command etc...
I have no idea how to get the bug each time but for sure I tested exactly the same program several times and the results were sometimes 2848 solutions other times 2049 solutions.

Nota : This program is incredibly fast on my PC : 6,5 second for 4.5E6 loops !
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - build 1001 released! - pier4r - 12-16-2017, 08:03 AM
newRPL - on Hp 39gs - Martin Hepperle - 06-05-2019, 06:51 AM
RE: newRPL - build 1001 released! - pier4r - 12-23-2017, 10:16 AM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 09:42 AM
t - Claudio L. - 01-01-2018, 03:06 PM
RE: newRPL - build 1001 released! - pier4r - 01-01-2018, 03:41 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 04:54 PM
RE: newRPL - build 1001 released! - pier4r - 01-02-2018, 06:58 PM
RE: newRPL - build 1001 released! [update:build 1016] - Gilles59 - 01-06-2018 07:28 PM
newRPL - brickviking - 10-05-2018, 06:01 AM
How to participate? - erazor - 12-13-2019, 07:12 AM



User(s) browsing this thread: 3 Guest(s)