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