提交记录 34385
| 提交时间 |
评测时间 |
| 2026-08-14 23:10:31 |
2026-08-14 23:10:50 |
#include <string.h>
typedef unsigned int u32;
static u32 b[200000000];
void sort(unsigned *a, int n) {
memcpy(b, a, (size_t)n*4);
memcpy(a, b, (size_t)n*4);
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 425.43 us | 808 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 461.898 ms | 762 MB + 988 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 923.984 ms | 1525 MB + 924 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-09 00:10:08 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠