Wrong Answer
foo.cc: In function 'void bfs()':
foo.cc:20:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   20 |                 for (int i = 0; i < g[u].size(); ++i) {
      |                                 ~~^~~~~~~~~~~~~
  Found 10 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1381 拓扑排序
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-07-23 22:24:58
 - 评测时间
 - 2022-08-13 18:57:01
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 45ms
 - 峰值内存
 - 2.625 MiB