/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:16:24: error: 'memset' was not declared in this scope
  memset(f, 0, sizeof(f)), f[0][0] = 1;
                        ^
foo.cpp:25:24: error: invalid operands of types 'int' and 'int [15]' to binary 'operator<<'
  for (k = 0; k < (1 << p); k ++)
                        ^
foo.cpp:27:31: error: invalid operands of types 'int*' and 'int' to binary 'operator%'
  f[i][j] = (f[i][j] + f[k]) % 100000000;
                               ^

信息

递交者
类型
递交
题目
P1614 最后の战
语言
C++
递交时间
2015-08-27 22:39:17
评测时间
2015-08-27 22:39:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes