case bypass initialization of local variable in function main()
Code
Код: Выделить всё
#include
#include
#include
int
main()
{
int mat1[2][2], mat2[2][2], mat3[2][2];
cout > mat1[i][j];
}
}
cout > mat2[k][l];
}
}
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/7044574/about-the-braces-in-a-case-statement-in-switch[/url]
Мобильная версия