
English
JA
In this mission you'll have to stack the cubes.
You are given a list of cube details (a tuple of 3 integers: X coordinate, Y coordinate, and edge length).
You have to return the maximum stacking height of the cubes.
-
Here are some of the conditions:
- each coordinate is the minimum value;
- all edges are...
You should be an authorized user in order to see the full description and start solving this mission.