C++ overflow : not enough SRAM to hold the code

后端 未结 0 1704
無奈伤痛
無奈伤痛 2021-01-12 07:00

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] = {...};


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题