QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#439269 | #8082. Minimum Euclidean Distance | ucup-team1005 | Compile Error | / | / | C++20 | 4.5kb | 2024-06-11 18:50:32 | 2024-06-11 18:50:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool inside(const point&)’: answer.code:118:21: error: ‘turn’ was not declared in this scope 118 | if (turn(a[0], a[l], u) >= 0) l = mid; | ^~~~ answer.code:121:16: error: ‘turn’ was not declared in this scope 121 | return turn (a[0], a[l], u) >= 0 | ^~~~