摘要: 1.LC300带main代码 #include<iostream> #include<cstring> #include<string> #include<bits/stdc++.h> using namespace std; //return the longest increasing sequ 阅读全文
posted @ 2020-02-23 20:06 黑暗尽头的超音速炬火 阅读(200) 评论(0) 推荐(0)
摘要: 牛客小白赛 / leetcode双周赛: 知识点总结: 1.__builtin_popcount(r),算数字里有几个1 class Solution { public: vector<int> sortByBits(vector<int>& arr) { sort(arr.begin(), arr 阅读全文
posted @ 2020-02-23 10:23 黑暗尽头的超音速炬火 阅读(242) 评论(0) 推荐(0)