fork download
  1. int main()
  2. {
  3. const int foo=13;
  4. int bar[foo+1]={0}; //wtF?
  5. return 0;
  6. }
Success #stdin #stdout 0.01s 1716KB
stdin
Standard input is empty
stdout
Standard output is empty