I am trying to compile a C++ code, in this code I am defining two large arrays of 405 elements each.
double a [405] = {...}; double b [405] = {...};