- 博客(1)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 判断奇数和偶数
//n取余判断奇偶 #include #include using namespace std; int fun(int n) { if (n>=0) { if(n%2==0) { return n/2; } else { return fun(3*n+1); } } } int main(int a
2015-09-08 19:47:59 298
求助,关系对应图实现
2016-11-14
TA创建的收藏夹 TA关注的收藏夹
TA关注的人