标签:pac ica view hid clu main ace c++ isp
1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int main(){ 5 int* p=NULL; 6 int& r=*p; 7 cout<<r<<endl; 8 }
abc
原文地址:http://www.cnblogs.com/poluner/p/6594074.html