/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:12:7: error: incompatible types in assignment of 'int' to 'int [101]'
  dp[0]=1;
       ^
foo.cpp:16:24: error: invalid operands of types 'int [101]' and 'int [101]' to binary 'operator+'
     dp[j]=(dp[j-k]+dp[j])%1000007;
                        ^

信息

递交者
类型
递交
题目
P1792 摆花
语言
C++
递交时间
2016-08-12 10:23:06
评测时间
2016-08-12 10:23:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes