提交记录 20663


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

using namespace std;

void sort(uint* a, int n) {
    uint* b = (uint*)malloc(n * 4 * 2);
    uint* c = b + n;
    memcpy(a, b, n * sizeof(uint));
    memcpy(a, c, n * sizeof(uint));
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1501.13 us424 KBWrong AnswerScore: 0

Testcase #2500.527 ms381 MB + 512 KBWrong AnswerScore: 0

Testcase #3365.081 ms762 MB + 988 KBRuntime ErrorScore: 0


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