QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#696517#6130. Plants vs. Zombiesucup-team4364#Compile Error//C++202.2kb2024-10-31 23:05:122024-10-31 23:05:13

Details

answer.code: In lambda function:
answer.code:57:20: error: ‘i’ was not declared in this scope
   57 |         cnt+=max(b[i]-c[i],(int)0)*2;
      |                    ^