QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#197405 | #5668. Cell Nuclei Detection | ucup-team1651# | Compile Error | / | / | C++14 | 6.8kb | 2023-10-02 15:35:21 | 2023-10-02 15:35:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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_)); | ^~~~~~~~~~