记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:29: error: incompatible types in assignment of 'long int' to 'long int [101]'
  scanf("%ld",&s[i]),f[i]=s[i];
                             ^
/in/foo.cc:17:37: error: 'w' was not declared in this scope
    f[i][j]=min(f[i+1][k],f[k+1][j])+w[i][j];
                                     ^

信息

递交者
类型
递交
题目
4.石子合并
题目数据
下载
语言
C++
递交时间
2019-03-31 23:32:18
评测时间
2019-03-31 23:32:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes