记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:37: error: 'd' was not declared in this scope
             dp[i][j]=max(dp[i][j-1],d[i-1][j])+a2[i][j];
                                     ^
/in/foo.cc:45:37: error: 'd' was not declared in this scope
             dp[i][j]=max(dp[i][j-1],d[i-1][j])+a5[i][j];
                                     ^
/in/foo.cc:49:24: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
     printf("%lld\n",ans);
                        ^

信息

递交者
类型
递交
题目
方格取数
语言
C++
递交时间
2017-08-27 16:24:31
评测时间
2017-08-27 16:24:31
评测机
分数
0
总耗时
965ms
峰值内存
123.875 MiB