Compile Error
/in/foo.cc:8:1: error: expected initializer before 'int'
 int min1(int a,int b){
 ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:4: error: 'a' was not declared in this scope
    a[j][j+i]=0x7ffffff;
    ^
/in/foo.cc:19:64: error: 'min1' was not declared in this scope
     a[j][j+1]=min1(a[j][j+i],a[j][k]+a[k][j+i]+s[k]*s[j]*s[j+i]);
                                                                ^
/in/foo.cc:23:8: error: 'a' was not declared in this scope
  cout<<a[0][n-1]<<endl;
        ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - mul
 - 比赛
 - 初二普及组模拟赛0914
 - 语言
 - C++
 - 递交时间
 - 2018-09-15 11:02:55
 - 评测时间
 - 2018-09-15 11:02:55
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes