/ Vijos /

记录详情

Wrong Answer

/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 Wrong Answer 5ms 6.375 MiB
#2 Wrong Answer 13ms 6.371 MiB
#3 Wrong Answer 31ms 10.625 MiB
#4 Wrong Answer 26ms 10.434 MiB
#5 Wrong Answer 95ms 8.875 MiB
#6 Wrong Answer 153ms 33.125 MiB
#7 Wrong Answer 195ms 32.125 MiB
#8 Wrong Answer 175ms 33.551 MiB
#9 Wrong Answer 153ms 33.555 MiB
#10 Wrong Answer 186ms 33.25 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-12-18 22:11:52
评测时间
2017-12-18 22:11:52
评测机
分数
0
总耗时
1036ms
峰值内存
33.555 MiB