fork download
  1. var array = [];
  2. for (var n =0; n<=2000; n++)
  3. {
  4. array.push(false);
  5. }
  6.  
  7. System.out.println(array);
Runtime error #stdin #stdout 0.34s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty