#include using namespace std; int N = 100; int main() { cout << &N << " " << N << endl; return 0; }
rt,刚学一阵c++,对这个区域的类型还是模里模糊的