fork download
  1. int main()
  2. {
  3. int a=10;
  4.  
  5. int test[a];
  6.  
  7. return 0;
  8. }
Success #stdin #stdout 0.02s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty