/ Vijos /

记录详情

Compile Error

foo.cc: In function 'void Floyd()':
foo.cc:3:12: error: 'n' was not declared in this scope
    3 | for(k=1;k<=n;k++)
      |            ^
foo.cc:6:4: error: 'dist' was not declared in this scope
    6 | if(dist[i][k]+dist[k][j]<dist[i][j])
      |    ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1446 最短路上的统计
语言
C++
递交时间
2023-09-08 20:59:36
评测时间
2023-09-08 20:59:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes