leetcode-----刷题的一些错误总结

2018.5.4更新:

在做链表题目时经常遇到这样的报错:

"Runtime Error Message:reference binding to null pointer of type 'struct value_type'
Last executed input: []

一直没有搞懂是什么意思,在网上查询相关信息时,阅读到博主 @zy2317878(不知道如何@博主)的文章之后(连接在下),

LeetCodeBug-Runtime Error Message: reference binding to null pointer of type 'struct value_type'

(侵删)

已经有了一点眉目。

leetcode的报错和最后输入不能分割来看,必须联合起来带到code中进行修改和调试。

猜你喜欢

转载自blog.csdn.net/xuchen1230/article/details/80191273
今日推荐