65,186
社区成员




int TestCode::testProgram(const int &test){
...
if (i <= 3)
m[n] = i;
else
{
cerr << "Error of the input!" << endl;
return EXIT_FAILURE;
}
...
}
vector TestCode::testProgram(const int &test){
...
if (i <= 3)
m[n] = i;
else
{
cerr << "Error of the input!" << endl;
return EXIT_FAILURE;
}
...
}