Post Reply 
HHC 2015 RPN programming Contest is now open
09-27-2015, 06:53 PM (This post was last modified: 09-27-2015 06:55 PM by Gerson W. Barbosa.)
Post: #11
RE: HHC 2015 RPN programming Contest is now open
In case it is useful for testing, here is a simple input routine:

Code:

01>LBL 'INP
02 5
03 STO 00
04 X<>Y
05>LBL 00
06 10
07 /
08 LASTX
09 RCL Y
10 FRC
11 *
12 STO IND 00
13 RDN
14 INT
15 DSE 00
16 GTO 00
17 END

Enter the five numbers as a single five-digit number.

Congratulations to Allen, Csaba and everyone who have been working on this, especially to the people at HHC-2015. I guess it is a bit more difficult there, given the many activities they're participating in. I'm looking foward to your solutions!

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


Messages In This Thread
RE: HHC 2015 RPN programming Contest is now open - Gerson W. Barbosa - 09-27-2015 06:53 PM



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