请在 下方输入 要搜索的题目:

下面代码运行结果是 。using namespace std;#include <iostream>int f(int x){static int u=1;x += x;return u *= x;}int main(){ int x=10; cout<<f(x)<< '\t'; cout<<f(x)<<endl; return 0; }


A、10 20;
B、20 800;
C、20 400;
D、20 20

发布时间:2025-06-29 16:44:19
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:20 400
专业技术学习
专业技术学习
搜搜题库系统