QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#439600 | #5668. Cell Nuclei Detection | ZhangYiDe | Compile Error | / | / | C++20 | 5.2kb | 2024-06-12 14:18:31 | 2024-06-12 14:18:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:161:35: error: invalid types ‘std::vector<std::pair<std::pair<int, int>, int> > [2004][2004][<brace-enclosed initializer list>]’ for array subscript 161 | for(auto p: check1[{a,b}]) { | ^ answer.code:178:35: error: invalid types ‘std::vector<std::pair<std::pair<int, int>, int> > [2004][2004][<brace-enclosed initializer list>]’ for array subscript 178 | for(auto p: check2[{a,b}]) { | ^