QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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}]) { | ^