Loading

摘要: 字符混编 Problem's Link Mean: 略 analyse: 略 Time complexity: O(N) view code #include "bits/stdc++.h"using namespace std;class Mixture {public: bool chkMixt 阅读全文
posted @ 2015-12-24 10:49 北岛知寒 阅读(169) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h>using namespace std;class Solution{public: int InversePairs(vector<int> data) { ans = 0; merge_sort(data, 0, data.size() - 1); 阅读全文
posted @ 2015-12-24 10:49 北岛知寒 阅读(147) 评论(0) 推荐(0) 编辑