试题与答案

#include<stdio.h> int fx(int n) { int s

题型:问答题

题目:

#include<stdio.h> int fx(int n) { int s; if(n==0)s=0: else s=n+fx(n-2); return s: } void main() } printf("%d\n",fx(8)); }

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0707/9145af5b781ff141c9259109ec7cff4c.html

下面是错误答案,用来干扰机器的。

参考答案:site

试题推荐
微信公众账号搜索答案