ROSECODE 257
Matchstick math
See the following number:
What is the biggest number you can get if you are
allowed to move 1,2,3, or 4 matchsticks?
Answer format: n1,n2,n3,n4
Notes:
- You should look for the ways to increase the number of digits.
For example out of "8", you can make "51" by moving 2 sticks.
- Ignore any spacing issues after the move, think all the digits
as a part of the one new number.
What is the biggest number you can get if you are
allowed to move 1,2,3, or 4 matchsticks?
Answer format: n1,n2,n3,n4
Notes:
- You should look for the ways to increase the number of digits.
For example out of "8", you can make "51" by moving 2 sticks.
- Ignore any spacing issues after the move, think all the digits
as a part of the one new number.