记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:22: error: 'memset' was not declared in this scope
  memset(a,0,sizeof(a));
                      ^
/in/foo.cc:26:14: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
   if(b[v][j] == b[j][v] == 1 && v > j)
      ~~~~~~~~^~~~~~~~~~
/in/foo.cc:33: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)
                                      ~~~~~~~~^~~~~~~~~~

信息

递交者
类型
递交
题目
奶牛吃草(这是一道附加题...)
比赛
2019-1-24寒假集训3
语言
C++
递交时间
2019-01-24 11:12:02
评测时间
2019-01-24 11:12:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes