
C/C++
Antony Lambert
一只爱睡觉的懒虫
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PAT1147 Heaps (30分)堆,树的DFS,层次遍历转后序
PAT 1147 Heaps(30分) In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to (in a max heap) or less than or equal原创 2020-08-21 14:50:18 · 220 阅读 · 0 评论 -
VS2015 Lnk156:未定义入口 可能解决方案
今天上课后将没写完的一部分代码通过qq传到了我的手机上下午重新打开时,怎么也打不开,一直报错Lnk156的错,私以为我main函数写的完全正确啊,懵逼了好久,查了好久的资料。 直到某一时刻,说是qq复制自动生成的文本文档要先粘贴到word文档中,在粘贴到编译器中,这样才会解决。好吧。 不知道是何原因? ...原创 2019-03-29 19:15:04 · 2359 阅读 · 0 评论