fork download
  1. #include"stdio.h"
  2. int main()
  3. {
  4. int t;
  5. for(t=0;t<50000;t++)
  6. if(t%2==1&&t%9==0&&t%8==1&&t%5==4&&t%6==3&&t%7==5)
  7. break;
  8. printf("%d",t);
  9. }
  10.  
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
369