fork download
  1. array = [1,2,3,4,5]
  2. array[2].erase
  3.  
  4. p array
  5.  
Runtime error #stdin #stdout 0s 4760KB
stdin
Standard input is empty
stdout
Standard output is empty