填空题

下列程序的输出结果是【 】。 #inClude<iostream> using namespace std; int main() { int i=5; int &r=i;r=7; cout<<i<<endl; return0; }

【参考答案】

G
热门 试题