提交记录 20774
提交时间 |
评测时间 |
2023-12-30 17:58:50 |
2023-12-30 17:58:52 |
#include<bits/stdc++.h>
using namespace std;
#define int unsigned
vector<int> e[1<<13];
void sort(int *a,signed n)
{
for(int i=0; i<n; ++i) e[a[i]>>19].push_back(a[i]);
for(int i=0; i<(1<<13); ++i)
{
sort(e[i].begin(),e[i].end());
for(int j:e[i]) *a=j,++a;
}
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 626.28 us | 448 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-07-23 14:18:16 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠