Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:15:86: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf ("%d\n", upper_bound(a + 1, a + N + 1, r) - lower_bound(a + 1, a + N + 1, l)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- Basic Binary Search
- 语言
- C++
- 递交时间
- 2019-02-02 13:13:09
- 评测时间
- 2019-02-02 13:13:09
- 评测机
- 分数
- 100
- 总耗时
- 293ms
- 峰值内存
- 700.0 KiB