/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:64:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   64 |  for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
      |  ^~~
foo.cc:64:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   64 |  for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
      |                                                        ^~~~~~
foo.cc:65:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   65 |  for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
      |  ^~~
foo.cc:65:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   65 |  for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
      |                                                          ^~~~~~
foo.cc: In function 'int Solve(int)':
foo.cc:55:1: warning: control reaches end of non-void function [-Wreturn-type]
   55 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Wrong Answer Read 139, expect 198. 11ms 512.0 KiB
#5 Wrong Answer Read 231, expect 128. 17ms 512.0 KiB
#6 Wrong Answer Read 10, expect 329. 30ms 632.0 KiB
#7 Wrong Answer Read 1421, expect 1000. 342ms 640.0 KiB
#8 Wrong Answer Read 816, expect 1500. 662ms 632.0 KiB
#9 Wrong Answer Read 308, expect 1373. 565ms 640.0 KiB
#10 Wrong Answer Read 211, expect 311. 601ms 640.0 KiB

信息

递交者
类型
递交
题目
P1819 航空管制
语言
C++
递交时间
2022-02-15 21:40:13
评测时间
2022-02-15 21:40:13
评测机
分数
30
总耗时
2239ms
峰值内存
640.0 KiB