Wrong Answer
foo.cc: In function 'int swp(int*, int*)':
foo.cc:19:48: warning: no return statement in function returning non-void [-Wreturn-type]
19 | int swp(int *a,int *b){int tmp=*a;*a=*b,*b=tmp;}
| ^
foo.cc: In function 'void spfa(int)':
foo.cc:35:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<node>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for(int i=0;i<map[T].size();i++){
| ~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1578 渡河
- 语言
- C++
- 递交时间
- 2021-12-29 18:52:33
- 评测时间
- 2021-12-29 18:52:33
- 评测机
- 分数
- 0
- 总耗时
- 69ms
- 峰值内存
- 2.0 MiB