Replies: 0 comments 4 replies
-
大佬,仿照您的方法做的,但是不知道为什么在prime函数里malloc的空间,在main函数中free后,有的测试点会出错,您可以看下吗 // Markdown 语法不太懂,抱歉...
|
Beta Was this translation helpful? Give feedback.
-
这样就够了,可读性比直接复制的强百倍 :) 我不知道你得到的错误是哪一类(OJ会告诉你),也没太仔细分析,但这里有一个隐患:
你free了
然后,你malloc的内存就没释放。这至少是一个内存泄露,编程上是有bug的,但是会如何造成题目出错就不清楚了,你可以再自己看看。 |
Beta Was this translation helpful? Give feedback.
-
不对,我好像看反了,不好意思。现在暂时不清楚你的问题出在哪,但是这个指针换来换去的,感觉不太直观。。。 |
Beta Was this translation helpful? Give feedback.
-
确实判断一下,再free就不出错了, 晚上找了半天错误都没看出来,感谢dalao :)
|
Beta Was this translation helpful? Give feedback.
-
https://oliverlew.github.io/PAT/Basic/1094.html
题目
Beta Was this translation helpful? Give feedback.
All reactions