QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#598613 | #9434. Italian Cuisine | ucup-team5064# | Compile Error | / | / | C++20 | 2.4kb | 2024-09-28 22:37:24 | 2024-09-28 22:37:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool prov_dist()’: answer.code:45:59: error: ‘sqrt’ was not declared in this scope 45 | return (abs(a * cx + b * cy + c) >= (long double)cr * sqrt(a * a + b * b)); | ^~~~