/ ZYCode /

记录详情

Accepted

foo.cc: In function 'void build(long long int, long long int, long long int)':
foo.cc:83:18: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   83 |         int mid=l+r>>1;
      |                 ~^~
foo.cc: In function 'void cml(long long int, long long int, long long int, long long int)':
foo.cc:101:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  101 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'void cmr(long long int, long long int, long long int, long long int)':
foo.cc:112:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  112 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'void ctl(long long int, long long int, long long int, long long int)':
foo.cc:123:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  123 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'void ctr(long long int, long long int, long long int, long long int)':
foo.cc:134:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  134 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'long long int fml(long long int, long long int)':
foo.cc:141:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  141 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'long long int fmr(long long int, long long int)':
foo.cc:147:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  147 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'long long int ftl(long long int, long long int)':
foo.cc:153:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  153 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'long long int ftr(long long int, long long int)':
foo.cc:159:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  159 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'void update1(long long int, long long int)':
foo.cc:164:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  164 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'void update2(long long int, long long int, long long int)':
foo.cc:195:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  195 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
foo.cc: In function 'long long int querysum(long long int, long long int, long long int)':
foo.cc:202:26: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  202 |         int mid=tree[p].l+tree[p].r>>1;
      |                 ~~~~~~~~~^~~~~~~~~~
Found 20 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 668.0 KiB
#2 Accepted 5ms 540.0 KiB
#3 Accepted 5ms 412.0 KiB
#4 Accepted 6ms 668.0 KiB
#5 Accepted 361ms 29.758 MiB
#6 Accepted 361ms 29.719 MiB
#7 Accepted 369ms 29.734 MiB
#8 Accepted 409ms 29.691 MiB
#9 Accepted 437ms 29.645 MiB
#10 Accepted 422ms 29.695 MiB
#11 Accepted 405ms 29.25 MiB
#12 Accepted 406ms 29.355 MiB
#13 Accepted 404ms 29.293 MiB
#14 Accepted 408ms 29.305 MiB
#15 Accepted 371ms 29.355 MiB
#16 Accepted 368ms 29.328 MiB
#17 Accepted 386ms 29.473 MiB
#18 Accepted 399ms 29.484 MiB
#19 Accepted 358ms 29.555 MiB
#20 Accepted 414ms 29.465 MiB

信息

递交者
类型
递交
题目
P1033 【ZYCode R6】Retribution
语言
C++
递交时间
2023-07-12 12:44:41
评测时间
2023-07-12 12:44:41
评测机
分数
100
总耗时
6311ms
峰值内存
29.758 MiB