//bug(feature) in VS code about arrays
const int NUMBER = 5;
int count[NUMBER] = {
0, 0, 0, 0, 0};
如上代码,会得到error<
//bug(feature) in VS code about arrays
const int NUMBER = 5;
int count[NUMBER] = {
0, 0, 0, 0, 0};
如上代码,会得到error<