/ new_bzoj /

记录详情

System Error

/in/foo.cc: In function 'void pre(int)':
/in/foo.cc:62:15: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
   if(i + (1<<j-1) <= n)st[i][j] = min(st[i][j-1],st[i+(1<<j-1)][j-1]);
              ~^~
/in/foo.cc:62:60: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
   if(i + (1<<j-1) <= n)st[i][j] = min(st[i][j-1],st[i+(1<<j-1)][j-1]);
                                                           ~^~
/in/foo.cc: In function 'll find(int, int)':
/in/foo.cc:77:20: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   if(query(mid = l + z >> 1,rk[x]) >= c) z = mid - 1;
                  ~~^~~
/in/foo.cc:83:30: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   if(query(rk[x] + 1,mid = z + r >> 1) >= c) z = mid + 1;
                            ~~^~~
VJ4Error('ProblemDataNotFoundError', '题目 590c9c36d3d8a13210993b65 的数据未找到。', 'newbzoj', '590c9c36d3d8a13210993b65')

信息

递交者
类型
递交
题目
回文串
语言
C++
递交时间
2018-04-12 17:22:08
评测时间
2018-04-12 17:22:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes