提交记录 5403
| 提交时间 |
评测时间 |
| 2018-08-21 13:51:29 |
2020-08-01 00:16:52 |
#include <algorithm>
#include <cstdlib>
#include <cstring>
void sort(unsigned *a, int n) {
for(int i=1;i<=10000;i++) {
int p=rand()*rand()%n,q=rand()*rand()%n;
if(p<0||q<0) {i--;continue;}
a[p]^=a[q]^=a[p]^=a[q];
}
std::sort(a, a + n);
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 5 s | 381 MB + 492 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-11 22:32:39 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠