提交记录 38973
| 提交时间 |
评测时间 |
| 2026-08-15 09:08:39 |
2026-08-15 09:08:43 |
// Arch probe for wc2017b1: encode sizeof facts into per-testcase MEMORY.
// 64-bit: 100000 pages (~410 MB); 32-bit: 25000 pages (~102 MB).
#include <string.h>
static char big[520*1024*1024] __attribute__((aligned(4096)));
void sort(unsigned *a, int n) {
(void)n;
unsigned long ul = sizeof(unsigned long);
unsigned long vp = sizeof(void*);
unsigned long pages;
if (ul == 8 && vp == 8) pages = 100000;
else if (ul == 4 && vp == 4) pages = 25000;
else pages = 15000;
memset(big, 1, pages * 4096);
(void)a;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 8.536 ms | 98 MB + 68 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 361.177 ms | 479 MB + 156 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 714.15 ms | 860 MB + 640 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-04 21:27:22 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠