Post Reply 
Tripartite Palindromic Partition of Integer (HP 50g) Challenge
03-02-2023, 10:18 AM
Post: #36
RE: Tripartite Palindromic Partition of Integer (HP 50g) Challenge
I had also run into this issue a couple of days ago with a different number.

The error you are seeing is due to a 'PUT' missing on the line following 'THEN "B1"' in NTYPE. The line should read "p1 1 1 PUT p1 n 1 PUT".

There is also a bug (a typo) in ALGO4 - the line with the comment "@ IV.4" reads
'p1 m GET - ==' but should be 'p1 m GET 0 =='.

Both are fixed in my code but I did not have time to package and update my original post (along with the ALGO5 issue that you pointed out yesterday) - sorry about that.

Your example returns the following solution with those two lines fixed.
101112211101
5028228205
560181065

Sudhir
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Tripartite Palindromic Partition of Integer (HP 50g) Challenge - 2old2randr - 03-02-2023 10:18 AM



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