提交记录 51744


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 1001. 测测你的排序 Wrong Answer 0 83.364 ms 8 KB C++17 190 B
提交时间 评测时间
2026-09-19 17:45:14 2026-09-19 17:45:48
volatile unsigned long long SINK;
void sort(unsigned *a, int n){
    (void)a; (void)n;
    unsigned long long x = 1;
    for (long i = 0; i < 100000000L; i++) x = x * 3 + 1;
    SINK = x;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #183.364 ms8 KBWrong AnswerScore: 0


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