QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#53785 | #4887. Fast Bridges | larryzhong | Compile Error | / | / | C++17 | 4.0kb | 2022-10-05 22:29:20 | 2022-10-05 22:29:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In instantiation of ‘main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)> [with auto:24 = main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)>]’: answer.code:140:9: required from ‘main()::<lambda(auto:23)> [with auto:23 = std::vector<std::tuple<int, int, int, int> >]’ answer.code:146:7: required from here answer.code:135:60: error: use of ‘main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)> [with auto:24 = main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)>]’ before deduction of ‘auto’ 135 | if (i + 1 < xs.size()) self(self, i + 1, j, x); | ~~~~^~~~~~~~~~~~~~~~~~~ answer.code:136:60: error: use of ‘main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)> [with auto:24 = main()::<lambda(auto:23)>::<lambda(auto:24, int, int, int)>]’ before deduction of ‘auto’ 136 | if (j + 1 < ys.size()) self(self, i, j + 1, x); | ~~~~^~~~~~~~~~~~~~~~~~~