/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:64:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
     ^~~
/in/foo.cc:64:59: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i = 1 ; i <= n ; i ++) printf("%d ",Ans[i]) ; printf("\n") ;
                                                           ^~~~~~
/in/foo.cc:65:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
     ^~~
/in/foo.cc:65:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i = 1 ; i <= n ; i ++) printf("%d ",Solve(i)) ; printf("\n") ;
                                                             ^~~~~~
/in/foo.cc: In function 'int Solve(int)':
/in/foo.cc:55:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 224.0 KiB
#2 Accepted 1ms 220.0 KiB
#3 Accepted 1ms 228.0 KiB
#4 Wrong Answer 9ms 352.0 KiB
#5 Wrong Answer 14ms 344.0 KiB
#6 Wrong Answer 27ms 340.0 KiB
#7 Wrong Answer 224ms 344.0 KiB
#8 Wrong Answer 418ms 340.0 KiB
#9 Wrong Answer 443ms 344.0 KiB
#10 Wrong Answer 445ms 340.0 KiB

信息

递交者
类型
递交
题目
P1819 航空管制
语言
C++
递交时间
2019-08-05 15:03:01
评测时间
2019-08-05 15:03:01
评测机
分数
30
总耗时
1588ms
峰值内存
352.0 KiB