摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802211506600-939966005.png) ``` class Solution { public: bool validateStackSequen 阅读全文
posted @ 2023-08-02 21:24 孜孜不倦fly 阅读(10) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802195111262-1487448336.png) ``` class Solution { public: int missingNumber(vecto 阅读全文
posted @ 2023-08-02 19:54 孜孜不倦fly 阅读(9) 评论(0) 推荐(0)
摘要: 题目: ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802193141817-1811948200.png) ``` class Solution { public: int search(vector& nums 阅读全文
posted @ 2023-08-02 19:32 孜孜不倦fly 阅读(11) 评论(0) 推荐(0)
摘要: 题目; ![](https://img2023.cnblogs.com/blog/2679751/202308/2679751-20230802192536628-206460080.png) ``` class Solution { public: int findRepeatNumber(vec 阅读全文
posted @ 2023-08-02 19:27 孜孜不倦fly 阅读(13) 评论(0) 推荐(0)