QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#727600#513. Pizza Cuttingucup-team5275#Compile Error//C++143.7kb2024-11-09 13:26:132024-11-09 13:26:13

Details

answer.code: In function ‘int main()’:
answer.code:113:47: error: ‘delta’ was not declared in this scope
  113 |         if (area / (dx * dy) <= imprecise_p + delta) {
      |                                               ^~~~~