fork download
  1. #include <iostream>
  2. #include <iomanip>
  3. using namespace std;
  4.  
  5. int main() {
  6. for(int i = 0; i < 30; ++i)
  7. {
  8. cout << setw(15) << rand();
  9. if (i%3 == 2) cout << "\n";
  10. }
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 15224KB
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       35005211
      521595368      294702567     1726956429
      336465782      861021530      278722862
      233665123     2145174067      468703135