/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void floyd()':
foo.cpp:33:33: error: 's' was not declared in this scope
    for (int j = 0; j < n; j++) {s
                                 ^
foo.cpp:34:5: error: expected ';' before 'dist'
     dist[i][j] = min(dist[i][j], dist[i][k] + dist[k][j]);
     ^

信息

递交者
类型
递交
题目
P1046 观光旅游
语言
C++
递交时间
2016-11-17 21:24:55
评测时间
2016-11-17 21:24:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes