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)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1018 抓牛(catchcow)
- 语言
- C++
- 递交时间
- 2021-07-25 08:31:07
- 评测时间
- 2021-07-25 08:31:07
- 评测机
- 分数
- 100
- 总耗时
- 48ms
- 峰值内存
- 1.543 MiB