fork download
  1. int main(){
  2. double *mel[16];
  3. mel[0] = new double[10];
  4. }
Success #stdin #stdout 0s 3012KB
stdin
Standard input is empty
stdout
Standard output is empty