强数Strong number算法
何为Strong number强数
强数是一个数字,其所有数字的阶乘之和等于该数字
C语言强数Strong number算法完整源码(定义,实现,main函数测试)
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
/**
* Check if given number is stro
标签:Strong,number,C语言,源码,include,强数
来源: https://blog.51cto.com/u_11929818/2987211