问题 更新时间2024/9/3 9:08:00 下面有一处错误,请给出修改意见。#include main(){ int x=6; const int*p=x; cout<<*p<<>< strong=""> } 答案 登录 注册 应改为const int*p=&x; 出自:联大 >> 河南财经大学数据库基础与应用