QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#803193#9869. Horizon Scanningucup-team6082#Compile Error//C++231.8kb2024-12-07 16:22:062024-12-07 16:22:06

详细

answer.code: In function ‘db len(const Point&)’:
answer.code:30:15: error: ‘sqrtl’ is not a member of ‘std’; did you mean ‘sqrt’?
   30 |   return std::sqrtl(db(sq));
      |               ^~~~~
      |               sqrt