Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    \$\begingroup\$ "Acception only act as a +15." Are you saying that when/if you accept an answer, it will only count as 15 reputation? \$\endgroup\$ Commented May 11, 2020 at 12:05
  • \$\begingroup\$ I like the challenge concept, but your text is hard to read and it took me a few tries to understand it. \$\endgroup\$ Commented May 11, 2020 at 12:05
  • \$\begingroup\$ @ouflak That means if someone is accept, it only mean he get 15 reputation, I don't claim any accepting standard \$\endgroup\$ Commented May 11, 2020 at 12:07
  • 7
    \$\begingroup\$ For golfers who might want to write a non-brute-force solution, it looks like the minimal result is the digits concatenated in sorted order, except for smaller values of 0 for any list with a 0, 1 for any list with a 1, and these six values produced from power expressions: 2^2=4, 2^3=8, 2^4=16, 3^3=27, 2^2^2=16, 3^2^2=81. \$\endgroup\$ Commented May 11, 2020 at 12:23
  • 1
    \$\begingroup\$ Probably worth including [2,3,2] in the examples. \$\endgroup\$ Commented May 11, 2020 at 17:16