QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#785279 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++14 | 3.7kb | 2024-11-26 17:23:40 | 2024-11-26 17:23:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘bool Convex_Hull::chk(Line, Line, Line)’: answer.code:62:87: error: ‘_int128’ was not declared in this scope; did you mean ‘__int128’? 62 | bool chk(Line a, Line b, Line c) { return (__int128)(c.b - b.b) * (a.k - b.k) <= (_int128)(b.b - a.b) * (b.k - c.k); } | ^~~~~~~ | __int128