int fun(int x) { return (x<31:(fun(x-1)+2*fun(x-2))); } int main() { printf("%d",fun(4)

我要回帖

 

随机推荐