/ 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:39: 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:32: 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:22: 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 20ms 22.504 MiB
#2 Runtime Error Segmentation fault 25ms 27.434 MiB
#3 Runtime Error Segmentation fault 19ms 22.555 MiB
#4 Runtime Error Segmentation fault 19ms 22.688 MiB
#5 Runtime Error Segmentation fault 23ms 23.586 MiB
#6 Runtime Error Segmentation fault 24ms 23.586 MiB
#7 Runtime Error Segmentation fault 39ms 27.543 MiB
#8 Runtime Error Segmentation fault 40ms 27.551 MiB
#9 Runtime Error Segmentation fault 24ms 27.543 MiB
#10 Runtime Error Segmentation fault 24ms 27.43 MiB

信息

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