Contact me:

摘要: ##题目 给你一个链表的头节点 head ,判断链表中是否有环。 如果链表中有某个节点,可以通过连续跟踪 next 指针再次到达,则链表中存在环。 为了表示给定链表中的环,评测系统内部使用整数 pos 来表示链表尾连接到链表中的位置(索引从 0 开始)。如果 pos 是 -1,则在该链表中没有环。注 阅读全文
posted @ 2021-11-27 23:50 impwa 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #机器翻译 官方链接:https://code.visualstudio.com/docs/cpp/config-mingw Using GCC with MinGW 使用 GCC 和 MinGW In this tutorial, you configure Visual Studio Code 阅读全文
posted @ 2021-11-27 19:04 impwa 阅读(3581) 评论(0) 推荐(0) 编辑