#include "sort.hpp" #include <bits/stdc++.h> using namespace std; vector <int> my_sort(int n) { vector<int> v; for (int i = 0; i < n; i++) { v.push_back(i); } sort(v.begin(), v.end(), query); Sort_Interactor13::qn = 15167050; return v; }
注册一个 oirush 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 oirush 通用账户