QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#474915 | #6749. Target | GuanYunchang | Compile Error | / | / | C++11 | 303b | 2024-07-13 09:19:33 | 2024-07-13 09:19:34 |
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:15:16: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’? 15 | while (fabs(n - m) > 1e-4) { | ^~~~ | labs