提交记录 39934
| 提交时间 |
评测时间 |
| 2026-08-17 03:15:00 |
2026-08-17 03:15:04 |
#include <string.h>
typedef unsigned int u32;
#define DIG 1000
static char big[10000 * 4096] __attribute__((aligned(4096)));
void sort(unsigned *a, int n) {
(void)a; (void)n;
memset(big, 1, (size_t)DIG * 4096);
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 686.39 us | 4 MB + 324 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 353.305 ms | 385 MB + 412 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 706.312 ms | 766 MB + 896 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-03 22:11:18 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠