记录详情

Runtime Error

foo.cc: In member function 'void tree::build(int, int, int)':
foo.cc:24:21: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   24 |         int mid = L + R >> 1;
      |                   ~~^~~
foo.cc: In member function 'void tree::modify(int, int, int, int)':
foo.cc:34:27: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   34 |         int mid = nd[p].L + nd[p].R >> 1;
      |                   ~~~~~~~~^~~~~~~~~
foo.cc: In member function 'void tree::query(int, int)':
foo.cc:49:27: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   49 |         int mid = nd[p].L + nd[p].R >> 1;
      |                   ~~~~~~~~^~~~~~~~~
foo.cc: In member function 'void tree::changeTree(int, int)':
foo.cc:65:27: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   65 |         int mid = nd[p].L + nd[p].R >> 1;
      |                   ~~~~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 7969574, expect 0. 80ms 27.867 MiB
#2 Runtime Error Floating point exception 75ms 28.117 MiB
#3 Runtime Error Floating point exception 40ms 27.992 MiB
#4 Wrong Answer Read 11869735, expect 728120. 51ms 27.867 MiB
#5 Wrong Answer Read Error!, expect 15552315. 30ms 27.875 MiB
#6 Wrong Answer Read 3504, expect 561. 29ms 27.875 MiB
#7 Runtime Error Floating point exception 29ms 28.0 MiB
#8 Runtime Error Floating point exception 282ms 30.242 MiB
#9 Accepted 773ms 31.117 MiB
#10 Runtime Error Floating point exception 193ms 30.242 MiB

信息

递交者
类型
递交
题目
P1384 Problem C. Segtree Master
语言
C++
递交时间
2022-07-10 04:46:19
评测时间
2022-07-10 04:46:19
评测机
分数
10
总耗时
1587ms
峰值内存
31.117 MiB