int test(int n) { if (n <= 1) return 1; return (2 * test(n - 1) + 3 * test(n - 2)); }
暂无评论,快来抢首评~
相关推荐
招聘动态
查看更多
现代汽车前瞻技术研发中心
京东TET