阿姆斯特朗数armstrong number 实现阿姆斯特朗数armstrong number算法的完整源码(定义,实现,main函数测试) 实现阿姆斯特朗数armstrong number算法的完整源码(定义,实现,main函数测试) #include <stdio.h> // Function to calculate x raised to the power y int power(int x, unsigned int y) {