fork(2) download
  1. using System;
  2. public class Test
  3. {
  4. public static void Main()
  5. {
  6. string[]SSS=new string[2000000];
  7. for (int q = 0; q < 2000000; q++) SSS[q] = "qqutyutyqq" + q;
  8. }
  9. }
Success #stdin #stdout 0.99s 161600KB
stdin
stdout
Standard output is empty