QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#720648#9576. Ordainer of Inexorable Judgmentucup-team5580#Compile Error//C++234.4kb2024-11-07 13:34:182024-11-07 13:34:19

Details

answer.code:7:15: error: ‘acosl’ is not a member of ‘std’; did you mean ‘acoshl’?
    7 | f80 PI = std::acosl(-1.l);
      |               ^~~~~
      |               acoshl
answer.code: In member function ‘f80 Point::norm() const’:
answer.code:31:21: error: ‘sqrtl’ is not a member of ‘std’; did you mean ‘sqrt’?
   31 |         return std::sqrtl(square());
      |                     ^~~~~
      |                     sqrt
answer.code: In function ‘int main()’:
answer.code:165:18: error: ‘floorl’ is not a member of ‘std’; did you mean ‘floor’?
  165 |     int N = std::floorl(t * w / (2.l * PI));
      |                  ^~~~~~
      |                  floor