QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#479762 | #8711. Tiles | MinaRagy06# | Compile Error | / | / | C++20 | 1.3kb | 2024-07-15 20:46:25 | 2024-07-15 20:46:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:38:63: error: could not convert ‘{(& a.std::vector<std::array<int, 2> >::operator[](0))->std::array<int, 2>::operator[](0), (& a.std::vector<std::array<int, 2> >::operator[](0))->std::array<int, 2>::operator[](1)}’ from ‘<brace-enclosed initializer list>’ to ‘std::vector<std::array<int, 2> >’ 38 | vector<array<int, 2>> newa = {a[0][0], a[0][1]}; | ^ | | | <brace-enclosed initializer list>