QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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