原创 1到1000的水仙花數

#include <stdio.h>int main(){ int i, a, b, c; for (i = 100; i <= 999; i++){  a = i / 100;    b = (i % 100) / 10;    c =