2022年12月5日
摘要: #include <vector> #include <iostream> using namespace std; class Solution { public: int trap(vector<int>& height) { int len=height.size(); //当前位置左边界最大 阅读全文
posted @ 2022-12-05 21:36 一仟零一夜丶 阅读(66) 评论(0) 推荐(0)
摘要: #include <vector> #include <iostream> using namespace std; class Solution { public: Solution(){} ~Solution(){} int firstMissingPositive(vector<int>& n 阅读全文
posted @ 2022-12-05 16:45 一仟零一夜丶 阅读(18) 评论(0) 推荐(0)