题目内容
写出程序的输出结果#include using namespace std;int fun(int x){int p;if(x==0||x==1)p=5;else p=x+f(x-2);return p; }void main(){cout<
查看答案
搜索结果不匹配?点我反馈