记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 768.0 KiB
#2 Accepted 2ms 804.0 KiB
#3 Accepted 2ms 768.0 KiB
#4 Accepted 2ms 768.0 KiB
#5 Runtime Error Segmentation fault 2ms 768.0 KiB
#6 Runtime Error Segmentation fault 2ms 768.0 KiB
#7 Runtime Error Segmentation fault 2ms 768.0 KiB
#8 Runtime Error Segmentation fault 2ms 768.0 KiB
#9 Runtime Error Segmentation fault 2ms 768.0 KiB
#10 Wrong Answer Read 0, expect 67. 3ms 1.5 MiB

信息

递交者
类型
递交
题目
P1282 数字变换
比赛
2021苏青奥赛集训营(2021/7/25训练赛)
语言
C++
递交时间
2021-07-25 09:29:49
评测时间
2021-07-25 09:29:49
评测机
分数
60
总耗时
25ms
峰值内存
1.5 MiB