Compile Error
foo.cpp: In function 'int main()':
foo.cpp:15:23: error: 'memset' was not declared in this scope
memset(f, 0, sizeof(f)), f[0][0] = 1;
^
foo.cpp:20:23: error: invalid operands of types 'int' and 'int [15]' to binary 'operator<<'
for (k = 0; k < (1 << p); k ++)
^
foo.cpp:22: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:33
- 评测时间
- 2016-07-15 08:36:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes