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 3ms 820.0 KiB
#2 Accepted 3ms 1.262 MiB
#3 Accepted 4ms 1.148 MiB
#4 Accepted 3ms 1.172 MiB
#5 Accepted 4ms 1.48 MiB
#6 Accepted 4ms 1.543 MiB
#7 Accepted 4ms 1.48 MiB
#8 Accepted 3ms 804.0 KiB
#9 Accepted 2ms 768.0 KiB
#10 Accepted 3ms 928.0 KiB
#11 Accepted 3ms 784.0 KiB
#12 Accepted 3ms 912.0 KiB
#13 Accepted 3ms 1.234 MiB

信息

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