Three-digit Armstrong numbers
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Output all three-digit Armstrong numbers that are equal to the sum of the cubes of their digits.
Input
There is no input.
Output
List the numbers in ascending order on a single line.
Submissions 397
Acceptance rate 59%