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