Project Euler/51: Difference between revisions
From charlesreid1
(Created page with "Examples: <code>*3</code> <code>56**3</code> Note that the problem does not specify number of *s that should be in final answer, so you should not assume 2.") |
m (Admin moved page Project Euler/Prime Replacement to Project Euler/51) |
(No difference)
| |
Revision as of 04:06, 5 July 2017
Examples:
*3
56**3
Note that the problem does not specify number of *s that should be in final answer, so you should not assume 2.