QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#614365 | #5363. ZYB 的游览计划 | ucup-team3641 | Compile Error | / | / | C++23 | 4.2kb | 2024-10-05 16:16:00 | 2024-10-05 16:16:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:91:11: error: non-local lambda expression cannot have a capture-default 91 | auto lca=[&](int u,int v){ | ^