题解列表

筛选

The 3n + 1 problem -题解(C语言代码)

摘要:我是看了评论才注意到i,j输出的问题。但是我还有一个问题,输入1和1000000就得不到答案了,还想请教各位大佬。 ```c #include int fun(int m) { ……