提交记录 28596
| 用户 |
题目 |
状态 |
得分 |
用时 |
内存 |
语言 |
代码长度 |
| xvl_ |
1003. 测测你的二分查找 |
Memory Limit Exceeded |
0 |
355.56 us |
36 KB |
C++17 |
143 B |
| 提交时间 |
评测时间 |
| 2025-10-13 10:19:50 |
2025-10-13 10:19:54 |
#include <bits/stdc++.h>
using namespace std;
int binary_search(const unsigned *a, int n, unsigned x)
{
return lower_bound(a, a + n, x) - a;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 355.56 us | 36 KB | Memory Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-11-22 15:49:32 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠