/ Vijos /

记录详情

Wrong Answer

foo.cc: In function ‘void build(int, int, int)’:
foo.cc:33:18: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses]
   33 |         int mid=l+r>>1;
      |                 ~^~
foo.cc: In function ‘tree query(int, int, int)’:
foo.cc:43:23: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses]
   43 |         int mid=t[u].l+t[u].r>>1;
      |                 ~~~~~~^~~~~~~
foo.cc: In function ‘void update(int, int, int)’:
foo.cc:69:23: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses]
   69 |         int mid=t[u].l+t[u].r>>1;
      |                 ~~~~~~^~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 2ms 764.0 KiB
#2 Wrong Answer Standard answer longer than user output. 3ms 536.0 KiB
#3 Wrong Answer Standard answer longer than user output. 4ms 536.0 KiB
#4 Wrong Answer Standard answer longer than user output. 24ms 3.57 MiB
#5 Wrong Answer Standard answer longer than user output. 25ms 3.512 MiB
#6 Wrong Answer Standard answer longer than user output. 34ms 3.672 MiB
#7 Wrong Answer Standard answer longer than user output. 25ms 3.539 MiB
#8 Wrong Answer Standard answer longer than user output. 51ms 7.047 MiB
#9 Wrong Answer Standard answer longer than user output. 53ms 6.773 MiB
#10 Wrong Answer Standard answer longer than user output. 59ms 6.773 MiB

信息

递交者
类型
递交
题目
P1620 小白逛公园加强版
语言
C++
递交时间
2024-07-15 11:59:22
评测时间
2024-07-15 11:59:22
评测机
分数
0
总耗时
285ms
峰值内存
7.047 MiB