QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#372397 | #6749. Target | HuangHanSheng | Compile Error | / | / | C++20 | 548b | 2024-03-31 12:46:57 | 2024-03-31 12:46:57 |
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:27:21: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’? 27 | if (fabs(op1(a) - b)<=fabs(op2(a) - b)) | ^~~~ | labs answer.code:36:21: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’? 36 | if (fabs(a - b)<=1e-4) | ^~~~ | labs