The largest of the smaller 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a natural number n as input. Your task is to find the largest perfect cube that is less than n.
Input
A natural number n.
Output
The largest perfect cube less than n.
Examples
Input #1
Answer #1
Submissions 8K
Acceptance rate 36%