fork download
  1. #include <iostream>
  2. //#include <fstream>
  3. using namespace::std;
  4.  
  5. int main(){
  6. //ofstream output("dos_rand_out.txt", ios::out);
  7. srand(1);
  8. for (int i=0; i<20; i++) {
  9. cout << rand() << "\n";
  10. // cout << rand() << "\n";
  11. // cout << rand() << "\n";
  12. }
  13. //output.close();
  14. }
  15.  
Success #stdin #stdout 0.01s 5344KB
stdin
Standard input is empty
stdout
1804289383
846930886
1681692777
1714636915
1957747793
424238335
719885386
1649760492
596516649
1189641421
1025202362
1350490027
783368690
1102520059
2044897763
1967513926
1365180540
1540383426
304089172
1303455736