QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#105466 | #523. 部落战争 | hyforces# | Compile Error | / | / | C++20 | 6.6kb | 2023-05-14 08:23:23 | 2024-04-28 07:11:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘geometry::hull geometry::hull::operator+(const geometry::hull&) const’: answer.code:154:32: error: ‘class std::vector<geometry::point>’ has no member named ‘points’; did you mean ‘pointer’? 154 | hull safe=hull(ret.points); | ^~~~~~ | pointer