QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~~~