提交记录 18465


用户 题目 状态 得分 用时 内存 语言 代码长度
19198109123 1001a. 测测你的排序2 Accepted 100 4.999 s 72 KB C++ 302 B
提交时间 评测时间
2022-10-21 07:36:54 2022-10-21 07:37:04
#include <bits/stdc++.h>
using namespace std;
void sort(unsigned *a, int n)
{
    sort(a, a + n);
    unsigned long long x = 123;
    while((double)(clock() / CLOCKS_PER_SEC) < 4.5) x = x * x;
    unsigned long long y = x;
    for(int i = 0;i < min((unsigned long long)n , y);i++)
        a[i] *= 1;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #14.999 s72 KBAcceptedScore: 100


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