问题 更新时间2023/4/3 12:59:00 完成下面程序,使其输出l0,并在退出运行时正确释放分配给指针的存储空间。 #include using namespace std;void main(){int *a,*p;a=new int(10);p= ______;cout<<*p<<>< strong=""> __________} 答案 登录 注册 a delete p 出自:联大 >> 安阳师范学院-计算机应用技术-C++程序设计