提交记录 20666
提交时间 |
评测时间 |
2023-11-30 22:52:27 |
2023-11-30 22:52:32 |
#include <bits/stdc++.h>
using namespace std;
void sort(uint* a, int n) {
uint* b = (uint*)malloc(n * 4 * 2);
memcpy(a, b, n * 4);
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 448.24 us | 424 KB | Wrong Answer | Score: 0 | 显示更多 |
Testcase #2 | 426.037 ms | 381 MB + 512 KB | Wrong Answer | Score: 0 | 显示更多 |
Testcase #3 | 365.078 ms | 762 MB + 988 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-12 15:33:51 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠