记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:130:9: warning: 'lastdis' may be used uninitialized in this function [-Wmaybe-uninitialized]
  addedge(root, end, lastdis);
  ~~~~~~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc:47:53: warning: 'ed' may be used uninitialized in this function [-Wmaybe-uninitialized]
  to[edges] = u; wei[edges] = w; next[edges] = head[v];
                                               ~~~~~~^
/in/foo.cc:21:13: note: 'ed' was declared here
 #define end ed
             ^
/in/foo.cc:105:12: note: in expansion of macro 'end'
  int root, end, lastdis;
            ^~~
/in/foo.cc:132:21: warning: 'rt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(int u = end; u != root; u = fa[u])
                     ^
ValueError("invalid literal for int() with base 10: 'foodship1.in|foodship1.ans|1|10|128000\\n'",)

信息

递交者
类型
递交
题目
快餐店
语言
C++
递交时间
2017-09-08 14:34:50
评测时间
2017-09-08 14:34:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes