For this problem, we are asked to write a function that will count the number of boxes with integer edges, that has the same given volume v.
For example for , the possible boxes are shown in the figure below:
Therefore, in this case, the function should return 3.

Solution Stats

20 Solutions

7 Solvers

Last Solution submitted on Mar 24, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...