Accepted
foo.cc: In function 'int main()':
foo.cc:30:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |         for (int i = 0; i < G[u].size(); i++) {
      |                         ~~^~~~~~~~~~~~~
foo.cc:16:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   16 |         scanf("%d%d",&u,&v);
      |         ~~~~~^~~~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1790 拓扑编号
- 语言
- C++
- 递交时间
- 2022-02-07 19:48:55
- 评测时间
- 2022-02-07 19:48:55
- 评测机
- 分数
- 100
- 总耗时
- 250ms
- 峰值内存
- 4.988 MiB