/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:24: error: 'min' was not declared in this scope
   d[x][y]=min(d[x][y],v);
                        ^
/in/foo.cc:24:43: error: 'min' was not declared in this scope
   d[i][j]=min(d[i][j],d[i][k]+a[k]+d[k][j]);
                                           ^
/in/foo.cc:27:40: error: 'min' was not declared in this scope
   ans=min(ans,d[1][i]+a[i]+d[i][1]+a[1]);
                                        ^

信息

递交者
类型
递交
题目
P1423 最佳路线
语言
C++
递交时间
2018-05-01 10:45:25
评测时间
2018-05-01 10:45:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes