fork(1) download
  1. #include <iostream>
  2. const int limit = 1000000;
  3. int main()
  4. {
  5. int a[ limit ], b[ limit ], c[ limit ];
  6. /* ... */
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty