提交记录 20657


用户 题目 状态 得分 用时 内存 语言 代码长度
platelet wc2017b1. 【WC2017】挑战-任务1 Wrong Answer 0 496.566 ms 781280 KB C++17 303 B
提交时间 评测时间
2023-11-30 22:33:58 2023-11-30 22:34:02
#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));
    memcpy(a, c, n * sizeof(uint));
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1498.91 us428 KBWrong AnswerScore: 0

Testcase #2496.566 ms381 MB + 516 KBWrong AnswerScore: 0

Testcase #3365.083 ms762 MB + 992 KBRuntime ErrorScore: 0


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