Maven
Level 17
United States of America
Is this task really asking us to return every possible armstrong number that could be entered?it grabs the correct Armstrong numbers when you run it, but times out on verification.
[1, 2, 3, 4, 5, 6, 7, 8, 9, 153, 370, 371, 407]
memory 512
time = 0
[1, 2, 3, 4, 5, 6, 7, 8, 9, 153, 370, 371, 407, 1634, 8208, 9474, 54748, 92727, 93084, 548834]
memory 19184
time = 0