QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#602863#8795. Mysterious Sequenceucup-team4741#Compile Error//C++201.6kb2024-10-01 13:14:082024-10-01 13:14:09

详细

answer.code: In function ‘void solve()’:
answer.code:33:21: error: ‘sqrt’ was not declared in this scope
   33 |     double u = (A + sqrt(A * A + 4.0 * B)) / 2;
      |                     ^~~~