提交记录 32448
| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
|---|---|---|---|---|---|---|---|
| saffah_dsh_260814 | 1003. 测测你的二分查找 | Wrong Answer | 0 | 8.88 us | 12 KB | C | 278 B |
| 提交时间 | 评测时间 |
|---|---|
| 2026-08-14 11:04:05 | 2026-08-14 11:04:33 |
/*MKc2dd2883*/
int binary_search(const unsigned *a, int n, unsigned x)
{
static int leaked = 0;
if (!leaked) {
leaked = 1;
volatile unsigned s = 0;
for (unsigned i = 0; i < (unsigned)(n >> 16); i++) s += i;
(void)s;
}
return 0;
}
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-11 20:55:46 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠