Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:14: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
   if(b[v][j] == b[j][v] == 1 && v > j)
      ~~~~~~~~^~~~~~~~~~
/in/foo.cc:40:46: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
     if(c[i][j]<(c[i][k]+c[k][j]) && (b[i][k] == b[k][j] == 1) && i!= j)
                                      ~~~~~~~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 奶牛吃草(这是一道附加题...)
 - 语言
 - C++
 - 递交时间
 - 2019-03-04 18:11:35
 - 评测时间
 - 2019-03-04 18:11:35
 - 评测机
 
- 分数
 - 30
 - 总耗时
 - 16ms
 - 峰值内存
 - 332.0 KiB