Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:19:87: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf ("%d\n", lower_bound(x + 1, x + n + 1, r) - upper_bound(x + 1, x + n + 1, l)); ^ /in/foo.cc:24:87: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf ("%d\n", lower_bound(y + 1, y + n + 1, r) - upper_bound(y + 1, y + n + 1, l)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- Query on Points
- 语言
- C++
- 递交时间
- 2019-02-02 13:03:24
- 评测时间
- 2019-02-02 13:03:24
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 464.0 KiB