QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#269466 | #5433. Absolute Difference | ucup-team2499# | Compile Error | / | / | C++20 | 3.1kb | 2023-11-29 17:19:41 | 2023-11-29 17:19:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:99:28: error: ‘fabsl’ was not declared in this scope 99 | res += fabsl(v_b(i) - v_a(i)) * w_b(i); | ^~~~~