Description

Return the first N perfect squares

Example

    input = 4;
    output = [ 1 4 9 16 ];

Solution Stats

1528 Solutions

924 Solvers

Last Solution submitted on May 06, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...