QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; } | ^~~