Problem 463. Looking for Squares

Need n squares that equal one square all together, none zero, none fractured. For example, calling squares(2) should output [16 9] or [25 144] etc, because 16=4*4, 9=3*3, and 16+9=5*5, similarly 25=5*5, 144=12*12, and 25+144=13*13.

Solution Stats

30.36% Correct | 69.64% Incorrect
Last Solution submitted on Jan 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers28

Suggested Problems

More from this Author100

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!