Runtime Error
foo.cc: In function 'int main()':
foo.cc:33:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(queue[tail].s==k)
             ^~
foo.cc:35:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
              tail++;
              ^~~~
foo.cc:16:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&k);
     ~~~~~^~~~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1282 数字变换
 - 比赛
 - 2021苏青奥赛集训营(2021/7/25训练赛)
 - 语言
 - C++
 - 递交时间
 - 2021-07-25 09:29:49
 - 评测时间
 - 2021-07-25 09:29:49
 - 评测机
 
- 分数
 - 60
 - 总耗时
 - 25ms
 - 峰值内存
 - 1.5 MiB