/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(;top>1&&cross(B[i]-s[top-1],s[top]-s[top-1])>=0;top--); s[++top]=B[i];
   ^~~
/in/foo.cc:33:63: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(;top>1&&cross(B[i]-s[top-1],s[top]-s[top-1])>=0;top--); s[++top]=B[i];
                                                               ^
# 状态 耗时 内存占用
#1 Accepted 182ms 92.625 MiB
#2 Accepted 210ms 94.164 MiB
#3 Accepted 216ms 94.5 MiB
#4 Accepted 186ms 92.738 MiB
#5 Wrong Answer 178ms 92.859 MiB
#6 Accepted 182ms 92.75 MiB
#7 Accepted 180ms 93.25 MiB
#8 Accepted 191ms 93.969 MiB
#9 Accepted 93ms 92.332 MiB
#10 Accepted 103ms 92.727 MiB

信息

递交者
类型
递交
题目
保护出题人
语言
C++
递交时间
2018-05-02 16:01:08
评测时间
2018-05-02 16:01:09
评测机
分数
90
总耗时
1725ms
峰值内存
94.5 MiB