注意:此页面搜索的是所有试题
#include

void main( ) {

int x=5,y=6;

const int * p=&x;

*p=y;

cout<<*p<<>< p="">}

参考答案