记录详情

Runtime Error

/in/foo.cc: In function 'void build(int, int, int)':
/in/foo.cc:203:17: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid = l + r >> 1;
               ~~^~~
/in/foo.cc: In function 'int query(int, int, int)':
/in/foo.cc:214:23: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
     int mid = tr[u].l + tr[u].r >> 1;
               ~~~~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 3ms 2.371 MiB
#2 Runtime Error 3ms 2.367 MiB
#3 Runtime Error 3ms 2.375 MiB
#4 Runtime Error 3ms 2.395 MiB
#5 Runtime Error 3ms 2.367 MiB

信息

递交者
类型
递交
题目
P1574 Problem 2F. Change the list
语言
C++
递交时间
2024-04-28 00:44:07
评测时间
2024-04-28 00:44:07
评测机
分数
0
总耗时
15ms
峰值内存
2.395 MiB