int& b = (&a)[15]; std::cout << b << std::endl;
I print it , find that this is a random value that doesn\'t make any sense