#include using namespace std; int main(){
const int &a = 1; cout << a << endl; cout << &a << endl; system("Pause"); return 0;
}
不调试运行就能得到结果。调试运行出现下图的错误 这是为什么呢?怎么做才行
收起
debug下有这个程序么?按理说应该是bin/debug下。
报告相同问题?