Description

Return the first N perfect squares

Example

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

Solution Stats

1525 Solutions

921 Solvers

Last Solution submitted on Mar 25, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...