/ new_bzoj /

记录详情

Runtime Error

foo.cc: In function 'void build(int, int, int)':
foo.cc:44:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=l+r>>1; build(ls,l,mid); build(rs,mid+1,r); pushup(p);
          ~^~
foo.cc: In function 'void change_add(int, int, int, int)':
foo.cc:48:29: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int L=t[p].l,R=t[p].r,mid=L+R>>1;
                            ~^~
foo.cc: In function 'void change_rev(int, int, int)':
foo.cc:57:29: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int L=t[p].l,R=t[p].r,mid=L+R>>1;
                            ~^~
foo.cc: In function 'tree ask(int, int, int)':
foo.cc:66:29: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int L=t[p].l,R=t[p].r,mid=L+R>>1;
                            ~^~
foo.cc: In function 'int main()':
foo.cc:84:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&q);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:90:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;++i) {scanf("%d",a+i);a[i]=(a[i]%mod+mod)%mod;}
                         ~~~~~^~~~~~~~~~
foo.cc:95:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",op);
   ~~~~~^~~~~~~~~
foo.cc:96:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&l,&r);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:97:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   if(op[0]=='I'){scanf("%d",&x);change_add(1,l,r,x);}
                  ~~~~~^~~~~~~~~
foo.cc:99:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   else {scanf("%d",&x);printf("%d\n",ask(1,l,r).f[x]);}
         ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 19ms 22.543 MiB
#2 Runtime Error Segmentation fault 24ms 27.406 MiB
#3 Runtime Error Segmentation fault 22ms 22.527 MiB
#4 Runtime Error Segmentation fault 22ms 22.691 MiB
#5 Runtime Error Segmentation fault 25ms 23.555 MiB
#6 Runtime Error Segmentation fault 24ms 23.578 MiB
#7 Runtime Error Segmentation fault 39ms 27.52 MiB
#8 Runtime Error Segmentation fault 39ms 27.551 MiB
#9 Runtime Error Segmentation fault 26ms 27.441 MiB
#10 Runtime Error Segmentation fault 26ms 27.449 MiB

信息

递交者
类型
递交
题目
序列操作
语言
C++
递交时间
2021-07-21 22:18:19
评测时间
2021-07-21 22:18:19
评测机
分数
0
总耗时
270ms
峰值内存
27.551 MiB