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