Accepted

foo.cc: In function 'int main()':
foo.cc:35:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(queue[tail].s==k)//判断是否到达终点
             ^~
foo.cc:37:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
              tail++;
              ^~~~
foo.cc:62:9: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 768.0 KiB
#2 Accepted 2ms 1.25 MiB
#3 Accepted 2ms 1.25 MiB
#4 Accepted 2ms 1.125 MiB
#5 Accepted 3ms 1.5 MiB
#6 Accepted 3ms 1.5 MiB
#7 Accepted 3ms 1.5 MiB
#8 Accepted 2ms 768.0 KiB
#9 Accepted 2ms 768.0 KiB
#10 Accepted 2ms 896.0 KiB
#11 Accepted 2ms 768.0 KiB
#12 Accepted 2ms 896.0 KiB
#13 Accepted 2ms 1.25 MiB

信息

递交者
类型
递交
题目
P1018 抓牛(catchcow)
语言
C++
递交时间
2021-07-25 08:31:12
评测时间
2021-07-25 08:31:12
评测机
分数
100
总耗时
36ms
峰值内存
1.5 MiB