提交记录 13180
| 提交时间 |
评测时间 |
| 2020-07-27 11:32:06 |
2020-08-01 03:05:50 |
#include <bits/stdc++.h>
using namespace std;
vector<int>v[1];
void sort(unsigned *a, int n) {
int i,j=-1;
for(i=0;i<n;++i)v[a[i]>>32u].push_back(a[i]);
for(i=0;i<1;++i){
sort(v[i].begin(),v[i].end());
for(auto o:v[i])a[++j]=o;
}
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 489.24 us | 180 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-24 19:03:09 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠