QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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>