河南成教 / C++程序设计
8[改错题]
8[改错题]
#include
void main( ) {
int x=5,y=6;
const int * p=&x;
*p=y;
cout<<*p<<>< p="">}
参考答案:
佳题速递: