/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void buildtree(int, int, int)':
/in/foo.cc:166:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=LSIDE(rt)+RSIDE(rt)>>1;
                   ^
/in/foo.cc: In function 'void update_add(int, int, int, int)':
/in/foo.cc:178:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=LSIDE(rt)+RSIDE(rt)>>1;
                   ^
/in/foo.cc: In function 'void update_del(int, int, int, int)':
/in/foo.cc:190:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=LSIDE(rt)+RSIDE(rt)>>1;
                   ^
/in/foo.cc: In function 'long long int query(int, int, int)':
/in/foo.cc:199:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=LSIDE(rt)+RSIDE(rt)>>1;
                   ^
# 状态 耗时 内存占用
#1 Wrong Answer 62ms 11.125 MiB
#2 Wrong Answer 140ms 9.344 MiB
#3 Wrong Answer 135ms 9.582 MiB
#4 Runtime Error 310ms 17.375 MiB
#5 Runtime Error 297ms 17.5 MiB
#6 Runtime Error 371ms 19.25 MiB
#7 Runtime Error 309ms 17.375 MiB
#8 Runtime Error 414ms 17.875 MiB
#9 Runtime Error 262ms 18.0 MiB
#10 Runtime Error 374ms 16.23 MiB
#11 Runtime Error 296ms 18.07 MiB
#12 Runtime Error 344ms 16.0 MiB
#13 Runtime Error 258ms 17.75 MiB
#14 Runtime Error 295ms 17.453 MiB
#15 Runtime Error 329ms 17.457 MiB
#16 Runtime Error 343ms 17.59 MiB
#17 Runtime Error 328ms 17.805 MiB
#18 Runtime Error 311ms 19.215 MiB
#19 Runtime Error 347ms 17.324 MiB
#20 Runtime Error 362ms 17.824 MiB

信息

递交者
类型
递交
题目
P1958 音质检测
语言
C++
递交时间
2018-09-10 19:51:35
评测时间
2018-09-10 19:51:35
评测机
分数
0
总耗时
5897ms
峰值内存
19.25 MiB