/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(re int i=1;i<=n;++i)if(!d[i])q.push((node){i,a[i]});cnt=0;
  ^~~
/in/foo.cc:30:58: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(re int i=1;i<=n;++i)if(!d[i])q.push((node){i,a[i]});cnt=0;
                                                          ^~~
/in/foo.cc:40:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(re int i=n;i;--i)printf("%d ",p[i]);puts("");
  ^~~
/in/foo.cc:40:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(re int i=n;i;--i)printf("%d ",p[i]);puts("");
                                          ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 368.0 KiB
#2 Accepted 1ms 380.0 KiB
#3 Accepted 1ms 380.0 KiB
#4 Wrong Answer 2ms 484.0 KiB
#5 Wrong Answer 2ms 516.0 KiB
#6 Wrong Answer 2ms 640.0 KiB
#7 Wrong Answer 7ms 872.0 KiB
#8 Wrong Answer 11ms 1.016 MiB
#9 Wrong Answer 10ms 1.012 MiB
#10 Wrong Answer 10ms 1000.0 KiB

信息

递交者
类型
递交
题目
P1819 航空管制
语言
C++
递交时间
2021-07-17 15:06:14
评测时间
2021-07-17 15:06:14
评测机
分数
30
总耗时
51ms
峰值内存
1.016 MiB