QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#571709 | #6385. Swords | kheiramihoub | Compile Error | / | / | C++20 | 894b | 2024-09-18 04:36:50 | 2024-09-18 04:36:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:29:20: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’ 29 | if (syoufa.second > max_defense) { | ^~~~~~