QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#523667 | #9168. Square Locator | ucup-team4446 | Compile Error | / | / | C++20 | 1.9kb | 2024-08-18 16:01:58 | 2024-08-18 16:01:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:5:22: error: ‘a’ does not name a type 5 | using P = complex<D>;a | ^ answer.code: In function ‘bool equal(D, D)’: answer.code:8:44: error: ‘EPS’ was not declared in this scope 8 | bool equal(D a, D b) { return abs(a - b) < EPS; } | ^~~