#include void main(){int t,i;printf("please input the number:");scanf("%d",&t);for(i=1;i{ if((t%i)==0) printf("%d\n",i);}}