记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:14: error: expected ',' before '-' token
    f[i][j]=[i-1][j-1]+d[i];
              ^
/in/foo.cc:14:14: error: expected identifier before '-' token
/in/foo.cc: In lambda function:
/in/foo.cc:14:17: error: expected '{' before '[' token
    f[i][j]=[i-1][j-1]+d[i];
                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:17: error: no match for 'operator[]' (operand types are 'main()::<lambda()>' and 'int')

信息

递交者
类型
递交
题目
晨练
题目数据
下载
语言
C++
递交时间
2017-08-24 21:11:29
评测时间
2017-08-24 21:11:29
评测机
分数
0
总耗时
224ms
峰值内存
27.527 MiB