7 lines
No EOL
72 B
C
7 lines
No EOL
72 B
C
int main()
|
|
{
|
|
static long long a[1024 * 1024 * 20] = { 0 };
|
|
|
|
return a;
|
|
|
|
} |