QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#294008 | #7121. Beech Tree | alch07 | Compile Error | / | / | C++20 | 1.1kb | 2023-12-30 02:08:09 | 2024-04-28 08:27:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> beechtree(int, int, std::vector<int>, std::vector<int>)’: answer.code:30:59: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’ 30 | if(st.find(children[children[i][j].first].second) == st.end()){ | ^~~~~~