QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#785279#6660. 택시 여행HuluoboCompile Error//C++143.7kb2024-11-26 17:23:402024-11-26 17:23:41

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