/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:122:55: warning: format '%d' expects argument of type 'int', but argument 2 has type 'node' [-Wformat=]
             printf("%d\n", Segment_tree.Query(1, x, y));
                                                       ^
/in/foo.cc: In function 'long long int read()':
/in/foo.cc:34:35: warning: 'ch' is used uninitialized in this function [-Wuninitialized]
     while (ch != '-' && (ch < '0' || ch > '9')) ch = getchar();
                         ~~~~~~~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 6.25 MiB
#2 Accepted 14ms 6.375 MiB
#3 Accepted 37ms 12.5 MiB
#4 Accepted 27ms 10.805 MiB
#5 Accepted 103ms 8.809 MiB
#6 Accepted 165ms 32.0 MiB
#7 Accepted 189ms 33.18 MiB
#8 Accepted 203ms 33.809 MiB
#9 Accepted 210ms 33.25 MiB
#10 Accepted 180ms 33.09 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-12-18 22:14:55
评测时间
2017-12-18 22:14:55
评测机
分数
100
总耗时
1138ms
峰值内存
33.809 MiB