提交记录 20653


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

using namespace std;

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

CompilationN/AN/ACompile OKScore: N/A

Testcase #1396.81 us420 KBWrong AnswerScore: 0

Testcase #2353.028 ms381 MB + 508 KBWrong AnswerScore: 0

Testcase #3706.032 ms762 MB + 992 KBWrong AnswerScore: 0


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