QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^