QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#523667#9168. Square Locatorucup-team4446Compile Error//C++201.9kb2024-08-18 16:01:582024-08-18 16:01:58

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; }
      |                                            ^~~