填空题

阅读下列程序: #include<iostream.h> void fun(int n) { int x(5); static int y(10); if(n>0) { ++x; ++y; cout<<x<<","<<y<<endl; } } void main() int m(1); fun(m); } 则该程序的输出结果是______。

【参考答案】

F,AA
热门 试题