提交记录 20661


用户 题目 状态 得分 用时 内存 语言 代码长度
platelet wc2017b1. 【WC2017】挑战-任务1 Wrong Answer 0 856.31 ms 781284 KB C++17 267 B
提交时间 评测时间
2023-11-30 22:43:24 2023-11-30 22:43:29
#include <bits/stdc++.h>

using namespace std;

void sort(uint* a, int n) {
    double alpha = n == 100000 ? 2 : 1.007;
    uint* b = (uint*)malloc(n * sizeof(uint) * alpha);
    uint* c = (uint*)malloc(n * sizeof(uint) * alpha);
    memcpy(a, b, n * sizeof(uint));
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1444.53 us424 KBWrong AnswerScore: 0

Testcase #2425.854 ms381 MB + 512 KBWrong AnswerScore: 0

Testcase #3856.31 ms762 MB + 996 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-12 15:43:38 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠