填空题

执行下列程序后的输出结果是______。 #include<iostream> using namespace std; int main() { int x=3; int &y=x; y++; cout<<x<<end1; return 0; }

【参考答案】

D