记录详情

Accepted

foo.cc: In function 'bool isRepeat(std::vector<Node>&, int, int)':
foo.cc:31:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Node>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   31 |         for(int k=0;k<Path.size(); k++)
      |                     ~^~~~~~~~~~~~
foo.cc: In function 'int bfs(std::vector<std::vector<char> >&, int, int)':
foo.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
   29 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
题目
6 营救公主
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 22:31:56
评测时间
2022-08-21 22:31:56
评测机
分数
100
总耗时
7ms
峰值内存
384.0 KiB