#include <stdio.h>

int main()
{
    double v[1000000];
    return 0;
}