QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#614365#5363. ZYB 的游览计划ucup-team3641Compile Error//C++234.2kb2024-10-05 16:16:002024-10-05 16:16:00

Details

answer.code:91:11: error: non-local lambda expression cannot have a capture-default
   91 | auto lca=[&](int u,int v){
      |           ^