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