标签: c++ segmentation-fault
以下简单的c ++程序始终会给出分段错误,我看不出原因。如果我设置@Given("^API is set up$") public void setUp() { } @Then("^I get the Http status code and response$") = 1000,该错误就会消失。
@Given("^API is set up$") public void setUp() { } @Then("^I get the Http status code and response$")
但是我认为列表的大小根本不大。注释掉N2之后,我尝试在main函数中定义10倍大的数组,这完全没有错误。
N2
evolve