/ 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:180: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:194: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:204:19: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=LSIDE(rt)+RSIDE(rt)>>1;
                   ^
/in/foo.cc: In function 'void work()':
/in/foo.cc:211:10: warning: unused variable 'l' [-Wunused-variable]
  int x,y,l,r;
          ^
/in/foo.cc:211:12: warning: unused variable 'r' [-Wunused-variable]
  int x,y,l,r;
            ^
# 状态 耗时 内存占用
#1 Accepted 103ms 10.625 MiB
#2 Accepted 92ms 10.082 MiB
#3 Accepted 256ms 9.828 MiB
#4 Runtime Error 399ms 17.957 MiB
#5 Runtime Error 452ms 16.75 MiB
#6 Runtime Error 434ms 16.18 MiB
#7 Runtime Error 433ms 19.125 MiB
#8 Runtime Error 370ms 16.375 MiB
#9 Runtime Error 437ms 17.5 MiB
#10 Runtime Error 423ms 16.5 MiB
#11 Runtime Error 325ms 17.824 MiB
#12 Runtime Error 285ms 16.555 MiB
#13 Runtime Error 348ms 16.184 MiB
#14 Runtime Error 365ms 19.0 MiB
#15 Runtime Error 294ms 17.434 MiB
#16 Runtime Error 361ms 18.875 MiB
#17 Runtime Error 316ms 18.059 MiB
#18 Runtime Error 297ms 17.5 MiB
#19 Runtime Error 359ms 16.5 MiB
#20 Runtime Error 320ms 18.988 MiB

信息

递交者
类型
递交
题目
P1958 音质检测
语言
C++
递交时间
2018-09-10 20:39:45
评测时间
2018-09-10 20:39:45
评测机
分数
15
总耗时
6678ms
峰值内存
19.125 MiB