fork download
  1. #define W 10
  2.  
  3. int main ()
  4. {
  5. int x [3*W][W/2];
  6. return 0;
  7. }
Success #stdin #stdout 0s 1828KB
stdin
Standard input is empty
stdout
Standard output is empty