提交记录 32509


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1003. 测测你的二分查找 Wrong Answer 0 6.71 us 12 KB C 186 B
提交时间 评测时间
2026-08-14 11:15:48 2026-08-14 11:15:53
/*MK2052143f*/
int binary_search(const unsigned *a, int n, unsigned x)
{
    (void)a; (void)n;
    return (int)(((unsigned long long)x * 99999999ull + 4294967294ull) / 4294967295ull);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.71 us12 KBWrong AnswerScore: 0


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