/ TYWZ /

记录详情

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));
                                                                                      ^
# 状态 耗时 内存占用
#1 Accepted 69ms 700.0 KiB
#2 Accepted 70ms 700.0 KiB
#3 Accepted 76ms 700.0 KiB
#4 Accepted 77ms 696.0 KiB

信息

递交者
类型
递交
题目
Basic Binary Search
语言
C++
递交时间
2019-02-02 13:13:09
评测时间
2019-02-02 13:13:09
评测机
分数
100
总耗时
293ms
峰值内存
700.0 KiB