提交记录 20655
提交时间 |
评测时间 |
2023-11-30 22:31:57 |
2023-11-30 22:32:02 |
#include <bits/stdc++.h>
using namespace std;
void sort(uint* a, int n) {
double alpha = n == 100000 ? 2 : 1.007;
uint* b = (uint*)malloc(n * sizeof(uint) * alpha);
uint* c = (uint*)malloc(n * sizeof(uint) * alpha);
memcpy(a, c, n * sizeof(uint));
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 451.07 us | 424 KB | Wrong Answer | Score: 0 | 显示更多 |
Testcase #2 | 426.134 ms | 381 MB + 512 KB | Wrong Answer | Score: 0 | 显示更多 |
Testcase #3 | 852.494 ms | 762 MB + 996 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-12 15:37:54 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠