QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#309386 | #8134. LCA Counting | ucup-team2819# | Compile Error | / | / | C++14 | 2.7kb | 2024-01-20 16:59:52 | 2024-01-20 16:59:52 |
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:71:20: error: no match for ‘operator[]’ (operand types are ‘int [200005]’ and ‘std::set<node>::iterator’ {aka ‘std::_Rb_tree<node, node, std::_Identity<node>, std::less<node>, std::allocator<node> >::const_iterator’}) 71 | ist[s.begin()] = 0; | ^