摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230830213756753-635102402.png) ``` class Solution { public: int singleNumber(vector& 阅读全文
posted @ 2023-08-30 21:40 孜孜不倦fly 阅读(9) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230830205030351-137600179.png) ``` class Solution { public: vector singleNumbers(vec 阅读全文
posted @ 2023-08-30 20:52 孜孜不倦fly 阅读(9) 评论(0) 推荐(0)
摘要: 报错信息: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function _start': (.text+0x24): undefined reference to main' 阅读全文
posted @ 2023-08-30 10:44 孜孜不倦fly 阅读(31) 评论(0) 推荐(0)