fork download
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {int A[50];
  9. int i;
  10. srand(time(NULL));
  11. for (i=0; i<50; i++)
  12. {A[i]=rand()%100;
  13. cout<<A[i]<< " ";
  14. }
  15. return 0;
  16. }
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
60 20 72 20 51 6 42 59 89 78 94 95 1 9 68 63 53 47 11 64 4 45 6 20 75 85 6 18 74 64 67 34 36 39 7 88 46 1 99 35 79 45 82 32 7 50 96 60 98 59