QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#197405#5668. Cell Nuclei Detectionucup-team1651#Compile Error//C++146.8kb2023-10-02 15:35:212023-10-02 15:35:22

Details

answer.code:244:20: error: ‘ll y1 [50005]’ redeclared as different kind of entity
  244 | ll x1[maxN],y1[maxN],x2[maxN],y2[maxN];
      |                    ^
In file included from /usr/include/features.h:461,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:586,
                 from /usr/include/c++/11/cassert:43,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33,
                 from answer.code:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:221:1: note: previous declaration ‘double y1(double)’
  221 | __MATHCALL (y1,, (_Mdouble_));
      | ^~~~~~~~~~