Armstrong Number Checking
在数论中,在给定的数基(本任务中为 10)中,Armstrong 数(在Michael F. Armstrong 之后)或自恋数是一个数字,它是每个数字本身的位数之和提升到位数的幂。例如,153 是一个Armstrong 数字,因为 13 + 53 + 33 == 153.
You should be an authorized user in order to see the full description and start solving this mission.