QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#439269#8082. Minimum Euclidean Distanceucup-team1005Compile Error//C++204.5kb2024-06-11 18:50:322024-06-11 18:50:34

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
      |                ^~~~