题目内容
执行下列程序后,输出结果是( )。#includeusing namespace std;void f(int x){ if(x) {cout.put(‘0’+x%10);f(x/10); }}int main(){ f(11001); return 0;}
查看答案
搜索结果不匹配?点我反馈