eolymp
bolt
Try our new interface for solving problems
Problems

Complete squares

Complete squares

Positive integer $n$ is given. Print in increasing order the first $n$ squares of positive integers. \InputFile One positive integer $n$. \OutputFile Print in one line the first $n$ squares of positive integers.
Time limit 1 second
Memory limit 128 MiB
Input example #1
3
Output example #1
1 4 9
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"