副标题副标题副标题副
#include < iostream, h >
void main() {
int x =5;
const int const p = &x;
________
cout << p << endl;
}
p =88;