Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(queue[tail].s==k)//判断是否到达终点
             ^~
/in/foo.cc:37:14: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
              tail++;
              ^~~~
/in/foo.cc:62:9: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
# 状态 耗时 内存占用
#1 Accepted 1ms 812.0 KiB
#2 Accepted 2ms 1.953 MiB
#3 Accepted 2ms 1.266 MiB
#4 Accepted 1ms 1.117 MiB
#5 Accepted 2ms 1.484 MiB
#6 Accepted 2ms 1.477 MiB
#7 Accepted 2ms 1.52 MiB
#8 Accepted 1ms 784.0 KiB
#9 Accepted 1ms 740.0 KiB
#10 Accepted 1ms 992.0 KiB
#11 Accepted 1ms 784.0 KiB
#12 Accepted 1ms 872.0 KiB
#13 Accepted 1ms 1.246 MiB

信息

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