Perfect cubes
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print in increasing order all perfect cubes of positive integers, less than n.
Input
One positive integer n (n > 1).
Output
Print in one line all perfect cubes of positive integers, less than n, in increasing order.
Examples
Input #1
Answer #1
Submissions 10K
Acceptance rate 38%