/ new_bzoj /

记录详情

System Error

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:12:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < G[u].size(); i++)
                    ~~^~~~~~~~~~~~~
/in/foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 0; i < G[u].size(); i++)
     ^~~
/in/foo.cc:14:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  vs.push_back(u);
  ^~
/in/foo.cc: In function 'void rdfs(int)':
/in/foo.cc:19:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < rG[u].size(); i++)
                    ~~^~~~~~~~~~~~~~
VJ4Error('ProblemDataNotFoundError', '题目 590c9c2bd3d8a13210993b33 的数据未找到。', 'newbzoj', '590c9c2bd3d8a13210993b33')

信息

递交者
类型
递交
题目
受欢迎的牛
语言
C++
递交时间
2017-09-20 13:37:52
评测时间
2017-09-20 13:37:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes