fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int data[999999999];
  5.  
  6. int main() {
  7. // your code goes here
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/CPR5tm/ccOstYTY.o: In function `_GLOBAL__sub_I_data':
prog.cpp:(.text.startup+0x13): relocation truncated to fit: R_X86_64_PC32 against `.bss'
prog.cpp:(.text.startup+0x31): relocation truncated to fit: R_X86_64_PC32 against `.bss'
collect2: error: ld returned 1 exit status
stdout
Standard output is empty