Activity for will.octagon.gibson
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Comment | Post #296189 |
Okay, thanks for the explanation. (more) |
— | 4 months ago |
| Comment | Post #296189 |
Using your **Try it online!** facility, I confirmed that your code worked correctly for the test cases I gave in my post. I also tried some additional test cases and your code worked correctly for all these other test cases. Congratulations!
I am not fluent in Perl so I have no comment on ... (more) |
— | 4 months ago |
| Comment | Post #296063 |
@#53036 Your suggested output format is fine by me. You could even use something like `#4 / (#1 - (#2 / #3))` or `D/(A-(B/C))`. If you use something like this I recommend that you document the output format in your post. Good luck with your coding. (more) |
— | 4 months ago |
| Edit | Post #296063 |
Post edited: Added one more test case |
— | 4 months ago |
| Comment | Post #296063 |
@#53588 I have modified my post slightly to relax the form of the output in the case where an expression equal to 24 does not exist.
However, for me, displaying the expression whose value is 24 is an essential part of the output. (more) |
— | 4 months ago |
| Edit | Post #296063 |
Post edited: Relax the form of the output in the case where an expression equal to 24 does not exist. |
— | 4 months ago |
| Comment | Post #296063 |
@#53588 What do you mean by, ***requiring such a specific output***? (more) |
— | 5 months ago |
| Comment | Post #296063 |
@#53890 Thanks! I have updated my post. (more) |
— | 5 months ago |
| Edit | Post #296063 |
Post edited: Clarified the word DISPLAY |
— | 5 months ago |
| Edit | Post #296063 | Initial revision | — | 5 months ago |
| Question | — |
24 game automated solver The goal is to write a program, whose byte size is minimized, that inputs four integers, not necessarily distinct, chosen from $1, 2, 3, ..., 9$ and then determines if it is possible to combine the inputted numbers using only the operations of addition, subtraction, multiplication and division to... (more) |
— | 5 months ago |
