记录详情

Accepted

/in/foo.cc:10:24: warning: left shift count >= width of type [-Wshift-count-overflow]
 int package[N], f[1 << M];//每一行的二进制数
                        ^
/in/foo.cc: In function 'int h(int)':
/in/foo.cc:19:19: warning: array subscript is above array bounds [-Warray-bounds]
   int i = f[s & -s];
           ~~~~~~~~^
/in/foo.cc: In function 'bool dfs(int, int)':
/in/foo.cc:39:19: warning: array subscript is above array bounds [-Warray-bounds]
   int i = f[s & -s];
           ~~~~~~~~^
/in/foo.cc: In function 'int main()':
/in/foo.cc:54:38: warning: array subscript is above array bounds [-Warray-bounds]
  for (int i = 0; i < n; i++) f[1 << i] = i;
                              ~~~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB

信息

递交者
类型
自测
题目
P1065 毒药?解药?
语言
C++
递交时间
2019-05-18 11:47:56
评测时间
2019-05-18 11:47:56
评测机
分数
10
总耗时
1ms
峰值内存
200.0 KiB