提交记录 39934


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 wc2017b1. 【WC2017】挑战-任务1 Wrong Answer 0 706.312 ms 785280 KB C 221 B
提交时间 评测时间
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);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1686.39 us4 MB + 324 KBWrong AnswerScore: 0

Testcase #2353.305 ms385 MB + 412 KBWrong AnswerScore: 0

Testcase #3706.312 ms766 MB + 896 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-09-03 22:11:18 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠