提交记录 13176
| 提交时间 |
评测时间 |
| 2020-07-27 11:30:24 |
2020-08-01 03:05:45 |
#include <bits/stdc++.h>
using namespace std;
vector<int>v[129];
void sort(unsigned *a, int n) {
int i,j=-1;
for(i=0;i<n;++i)v[a[i]>>25].push_back(a[i]);
for(i=0;i<128;++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 | 333.71 us | 152 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-24 19:05:27 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠