C语言:输出所有四位水仙花数,并输出四位水仙花数的个数。
C语言:输出所有四位水仙花数,并输出四位水仙花数的个数。
日期:2021-11-15 15:44:26 人气:1
代码如下:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
int i, temp, n, sum, count = 0;
for&nbs
C语言:输出所有四位水仙花数,并输出四位水仙花数的个数。
代码如下:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
int i, temp, n, sum, count = 0;
for&nbs