/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define fp(i,a,b) for(rg int i=(a),ed=(b);i<=ed;++i)
                   ^
/in/foo.cc:52:2: note: in expansion of macro 'fp'
  fp(i, 1, n)printf("%d ", anc[i]);puts("");
  ^~
/in/foo.cc:52:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  fp(i, 1, n)printf("%d ", anc[i]);puts("");
                                   ^~~~
/in/foo.cc:6:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define fp(i,a,b) for(rg int i=(a),ed=(b);i<=ed;++i)
                   ^
/in/foo.cc:55:2: note: in expansion of macro 'fp'
  fp(i, 1, n-1)printf("%d\n", ans[i]);puts("");
  ^~
/in/foo.cc:55:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  fp(i, 1, n-1)printf("%d\n", ans[i]);puts("");
                                      ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 24ms 6.828 MiB
#2 Wrong Answer 2ms 1.711 MiB
#3 Wrong Answer 2ms 1.715 MiB
#4 Wrong Answer 23ms 7.277 MiB
#5 Wrong Answer 50ms 6.93 MiB
#6 Wrong Answer 7ms 2.781 MiB
#7 Wrong Answer 56ms 7.117 MiB
#8 Wrong Answer 5ms 2.332 MiB
#9 Wrong Answer 5ms 2.332 MiB
#10 Wrong Answer 2ms 1.84 MiB

信息

递交者
类型
递交
题目
灾难
语言
C++
递交时间
2021-02-06 17:27:23
评测时间
2021-02-06 17:27:23
评测机
分数
0
总耗时
181ms
峰值内存
7.277 MiB