QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#541769 | #9102. Zayin and Elements | MaMengQi | Compile Error | / | / | C++20 | 3.8kb | 2024-08-31 20:55:00 | 2024-08-31 20:55:01 |
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:158:29: error: cannot convert ‘std::vector<int> [1500]’ to ‘const std::vector<std::vector<int> >&’ 158 | int ans = T.run(cu, G); | ^ | | | std::vector<int> [1500] answer.code:8:59: note: initializing argument 2 of ‘int Blossom::run(int, const std::vector<std::vector<int> >&)’ 8 | int run(int n, const vector<vector<int>> &G) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^