/ new_bzoj /

记录详情

Accepted

/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 73ms 93.25 MiB
#2 Accepted 84ms 93.875 MiB
#3 Accepted 113ms 94.125 MiB
#4 Accepted 51ms 92.0 MiB
#5 Accepted 68ms 93.375 MiB
#6 Accepted 74ms 92.75 MiB
#7 Accepted 76ms 92.25 MiB
#8 Accepted 72ms 92.078 MiB
#9 Accepted 85ms 92.375 MiB
#10 Accepted 79ms 92.594 MiB

信息

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