QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#256215#5537. Storing Eggsucup-team026#Compile Error//C++231.8kb2023-11-18 18:04:272023-11-18 18:04:28

詳細信息

answer.code: In lambda function:
answer.code:19:31: error: ‘sqrt’ was not declared in this scope
   19 |                 int contrib = sqrt(sqdist - (t - si) * (t - si)) + st[si];
      |                               ^~~~