提交记录 51718


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 1001b. 测测你的排序3 Wrong Answer 0 83.365 ms 8 KB C++17 190 B
提交时间 评测时间
2026-09-19 17:44:38 2026-09-19 17:45:12
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.365 ms8 KBWrong AnswerScore: 0


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