0_0_22893984_20248.cpp: In function 'int lol(int, int, int)':
0_0_22893984_20248.cpp:6:38: error: size of array 'f' is too large
int f[100000000000000000000000000000];
^
0_0_22893984_20248.cpp:8:2: error: 'f' was not declared in this scope
f[1]=a;f[2]=b;
^
|