/ TYWZ /

记录详情

Accepted

/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", upper_bound(x + 1, x + n + 1, r) - lower_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", upper_bound(y + 1, y + n + 1, r) - lower_bound(y + 1, y + n + 1, l));
                                                                                       ^
# 状态 耗时 内存占用
#1 Accepted 15ms 440.0 KiB

信息

递交者
类型
递交
题目
Query on Points
比赛
2019.1.28作业 & 补题通道
语言
C++
递交时间
2019-02-05 15:04:42
评测时间
2019-02-06 01:41:13
评测机
分数
100
总耗时
15ms
峰值内存
440.0 KiB