QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#697161#7906. Almost Convexucup-team1277Compile Error//C++173.4kb2024-11-01 11:30:552024-11-01 11:30:56

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);
      |                               ^