#include using namespace std; int main() { int*p=new int; cout<<"p:"<p1) cout<<"p大于p1的内存地址。\n"; else cout<<"p小于p1的内存地址。\n"; return 0; }