/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:53:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(;top;--top) printf("%d ",q[top]);puts("");
     ^~~
/in/foo.cc:53:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(;top;--top) printf("%d ",q[top]);puts("");
                                          ^~~~
/in/foo.cc: In function 'int Solve(int)':
/in/foo.cc:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 340.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Wrong Answer 1ms 220.0 KiB
#4 Wrong Answer 9ms 356.0 KiB
#5 Wrong Answer 14ms 344.0 KiB
#6 Wrong Answer 27ms 352.0 KiB
#7 Wrong Answer 234ms 348.0 KiB
#8 Wrong Answer 454ms 348.0 KiB
#9 Wrong Answer 461ms 344.0 KiB
#10 Wrong Answer 465ms 348.0 KiB

信息

递交者
类型
递交
题目
P1819 航空管制
语言
C++
递交时间
2019-07-15 13:55:08
评测时间
2019-07-15 13:55:08
评测机
分数
20
总耗时
1671ms
峰值内存
356.0 KiB