QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#598613#9434. Italian Cuisineucup-team5064#Compile Error//C++202.4kb2024-09-28 22:37:242024-09-28 22:37:25

Details

answer.code: In function ‘bool prov_dist()’:
answer.code:45:59: error: ‘sqrt’ was not declared in this scope
   45 |     return (abs(a * cx + b * cy + c) >= (long double)cr * sqrt(a * a + b * b));
      |                                                           ^~~~