
Square Conference Table

You must combine several long desks to make a square conference table of the specified size.
- The input values are the widths of the long desks (tuples of integer) and the side length of the table (integer). The long desks have any width and their depth is always 1.
- The answer is the combinations of long desks that make the four sides of the table. It must be a list of 4 tuples, each tuple being one or more integers. ...
You should be an authorized user in order to see the full description and start solving this mission.