#include#include#define RANDOM ((rand()%10000)+1)int main(){ srand(time(NULL)); int i; for(i=RANDOM;i%9;i=RANDOM); printf("%d",i);}