1
2
3
4
5
6
7
#include
<complex>
std
::
complex
<
double
>
my_array
[
200000000
];
int
main
()
{
return
0
;
}