#include using namespace std; int main() { int *p=new int; *p=3; cout<<"将3赋给p的地址后,指针p读取的值:\t"<<*p<