0_0_23416931_26248.cpp: In function 'void fuck()':
0_0_23416931_26248.cpp:3:31: error: size of array 'a' is too large
int a[2222222000][222222222000];
^
0_0_23416931_26248.cpp:4:1: error: 'a' was not declared in this scope
a[222222122000][222221222000] = 1;
^
|