/ 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 46ms 92.25 MiB
#2 Accepted 83ms 93.102 MiB
#3 Accepted 87ms 94.25 MiB
#4 Accepted 56ms 91.922 MiB
#5 Wrong Answer 62ms 92.0 MiB
#6 Accepted 49ms 93.07 MiB
#7 Accepted 59ms 93.625 MiB
#8 Accepted 58ms 93.574 MiB
#9 Accepted 62ms 93.875 MiB
#10 Accepted 71ms 93.625 MiB

信息

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