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]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 保护出题人
- 语言
- C++
- 递交时间
- 2018-05-02 16:01:56
- 评测时间
- 2018-05-02 16:01:56
- 评测机
- 分数
- 90
- 总耗时
- 638ms
- 峰值内存
- 94.25 MiB