/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In member function 'int segment_tree::query(int, int, int, int, int)':
/in/foo.cc:15:18: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int ret=0,mid=l+r>>1;
                 ~^~
/in/foo.cc: In member function 'void segment_tree::update(int, int, int, int, int)':
/in/foo.cc:22:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=l+r>>1;
           ~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 352.0 KiB
#2 Runtime Error 8ms 8.414 MiB
#3 Runtime Error 8ms 8.406 MiB
#4 Runtime Error 8ms 8.414 MiB
#5 Runtime Error 8ms 8.441 MiB
#6 Runtime Error 8ms 8.406 MiB
#7 Runtime Error 8ms 8.66 MiB
#8 Runtime Error 8ms 8.91 MiB
#9 Runtime Error 9ms 9.352 MiB
#10 Runtime Error 9ms 9.363 MiB

信息

递交者
类型
递交
题目
P1448 校门外的树
语言
C++
递交时间
2024-01-30 21:13:44
评测时间
2024-01-30 21:13:44
评测机
分数
1
总耗时
78ms
峰值内存
9.363 MiB