提交记录 17615


用户 题目 状态 得分 用时 内存 语言 代码长度
kpeaker 1003. 测测你的二分查找 Memory Limit Exceeded 0 353.92 us 36 KB C++ 121 B
提交时间 评测时间
2022-04-02 22:24:45 2022-04-02 22:24:49
#include<bits/stdc++.h>
int binary_search(const unsigned *a, int n, unsigned x)
{
	return std::lower_bound(a,a+n,x)-a;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1353.92 us36 KBMemory Limit ExceededScore: 0


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