求这样一个三位数,该三位数等于其每位数字的阶乘之和。 即 abc = a! + b! + c! (n! 表示 n 的阶乘,n!=1\ast 2 \ast 3 \ast ... \ast n,如:5!=1\ast 2 \ast 3 \ast 4 \ast 5)。
无
输出这个数。
简单循环