QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#697161 | #7906. Almost Convex | ucup-team1277 | Compile Error | / | / | C++17 | 3.4kb | 2024-11-01 11:30:55 | 2024-11-01 11:30:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In lambda function: answer.code:28:31: error: ‘c’ was not declared in this scope 28 | return (b.x - a.x) * (c.y - a.y) - (b.y - a.y) * (c.x - a.x); | ^