Partition an integer x into n primes: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed whitespace, changed quotation(s) style.)
m (added whitespace to the task's preamble.)
Line 25: Line 25:
::*   Use any spacing that may be appropriate for the display.
::*   Use any spacing that may be appropriate for the display.
::*   You need not validate the input(s).
::*   You need not validate the input(s).
::*   Use the lowest primes possible;   use '''18 = 5+13''',   not '''18 = 7+11'''.
::*   Use the lowest primes possible;   use  '''18 = 5+13''',   not   '''18 = 7+11'''.
::*   You only need to show one solution.
::*   You only need to show one solution.