fork(1) download
  1.  
  2. long double array[100000][100000][100000];
  3.  
  4. int main()
  5. {
  6. }
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:41: error: size of array 'array' is too large
 long double array[100000][100000][100000];
                                         ^
stdout
Standard output is empty