Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @java_coffee_cup,validated by @RealCoderBrookes,@OSSFF7 and @MrSkaal.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @java_coffee_cup,validated by @RealCoderBrookes,@OSSFF7 and @MrSkaal.
If you have any issues, feel free to ping them.
Right now the statement says:
All given weights must be used.
But, assuming I properly understand the puzzle, to find a mobile that reaches the expected solution (1.4969
) for test 4w #1
it seems one weight must not be used. Unless I am mistaken, using all 4 weights leads to 1.4742
at best.
@java_coffee_cup Could you double-check and either confirm or provide a 4-weight solution please?
How about this?
Indeed, thanks!