#include int savrsen(int); main(){ int i; for(i=1;i<10000;i++){ if(savrsen(i)) printf("\n%d",i); } } int savrsen (int n){ int j, s=0; for (j=1;j