1、第三 章 1:判断是否为闰年 #include “stdio.h“ void main() int year; printf(“请输入一个年份: “); scanf_s(“%d“, if (year % 4 = 0) else printf(“%d 不是闰年! n“, year); 2:输入 a, b, c 三个数,再按照由小到大的顺序输出 /打擂 #include “stdio.h“ void main() int a, b, c, temp; printf(“请任意输入三个整数: “); scanf_s(“%d%d%d“,/注意 if并列出现 if (a b) temp = a; a =
2、b; b = temp; if (a c) temp = a; a = c; c = temp; if (b c) temp = b; b = c; c = temp; printf(“a、 b、 c三个数按照由小到大的顺序排列之为 %d、 %d、 %dn“,a,b,c); 3:输出 100-999 之间的水仙花数。 #include “stdio.h“ void main() int num, a, b, c; for (num = 100; num = 5) f = 10 * x - 10; else/(x = -5 j-)/此处还可以将其写成逆序形式 for(j=1;j=i;j+) num*=j; sum += num; printf(“2!+4!+6!+8!+10!+12!+14!+16!+18!+20!=%dn“,sum);