Compile Error
foo.cpp: In function 'int main()':
foo.cpp:21:23: error: invalid operands of types 'int' and 'int [15]' to binary 'operator<<'
for (k = 0; k < (1 << p); k ++)
^
foo.cpp:23:30: error: invalid operands of types 'int*' and 'int' to binary 'operator%'
f[i][j] = (f[i][j] + f[k]) % 100000000;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1614 最后の战
- 语言
- C++
- 递交时间
- 2016-07-15 08:36:53
- 评测时间
- 2016-07-15 08:36:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes